typo correction of try_files directive (#5387)

This commit is contained in:
rebeka-catalina 2018-07-16 08:53:50 +02:00 committed by Hypolite Petovan
parent 19aecb952d
commit e0ecbd0b95
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ server {
# rewrite to front controller as default rule
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