roles/nginx: Minor typo in comment

This commit is contained in:
2016-10-18 21:41:46 -04:00
parent 8df5d5ed0f
commit 99caf49a90

View File

@ -1,7 +1,7 @@
# try for WordPress index.php in / # try for WordPress index.php in /
# fall back to index.php + args (passed to php-fpm later) # 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 / { location / {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
} }