typo correction of try_files directive (#5387)
This commit is contained in:
parent
19aecb952d
commit
e0ecbd0b95
|
@ -84,7 +84,7 @@ server {
|
||||||
|
|
||||||
# rewrite to front controller as default rule
|
# rewrite to front controller as default rule
|
||||||
location / {
|
location / {
|
||||||
try_file $uri /index.php?pagename=$uri&$args;
|
try_files $uri /index.php?pagename=$uri&$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
# make sure webfinger and other well known services aren't blocked
|
# make sure webfinger and other well known services aren't blocked
|
||||||
|
|
Loading…
Reference in a new issue