1
0
Fork 0
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:
A Holt 2020-03-07 02:02:52 -05:00 committed by GitHub
parent 8e2d7afaf8
commit 4e0cc2ee01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
location {{ wp_url }} {
#rewrite_log on;
root {{ content_base }};
try_files $uri $uri/ /wordpress/index.php$is_args$args;
location ~ .*\.php$ {