roles/nginx: Minor typo in comment

This commit is contained in:
Alan Orth 2016-10-18 21:41:46 -04:00
parent 8df5d5ed0f
commit 99caf49a90
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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;
}