roles/nginx: Minor typo in comment
This commit is contained in:
parent
8df5d5ed0f
commit
99caf49a90
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user