diff --git a/roles/nginx/templates/wordpress.j2 b/roles/nginx/templates/wordpress.j2 index 872366b..b280385 100644 --- a/roles/nginx/templates/wordpress.j2 +++ b/roles/nginx/templates/wordpress.j2 @@ -1,7 +1,7 @@ # try for WordPress index.php in / # fall back to index.php + args (passed to php-fpm later) - # also serves static files from the disk instead of passing to interpreter, + # also serves static files from the disk instead of passing to interpreter. location / { try_files $uri $uri/ /index.php?$args; }