mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix WordPress posting in wordpress-nginx.conf.j2
This commit is contained in:
parent
8e2d7afaf8
commit
4e0cc2ee01
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
location {{ wp_url }} {
|
location {{ wp_url }} {
|
||||||
#rewrite_log on;
|
#rewrite_log on;
|
||||||
root {{ content_base }};
|
root {{ content_base }};
|
||||||
|
try_files $uri $uri/ /wordpress/index.php$is_args$args;
|
||||||
|
|
||||||
location ~ .*\.php$ {
|
location ~ .*\.php$ {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue