typo correction of try_files directive (#5387)

2022.09-rc
rebeka-catalina 2018-07-16 08:53:50 +02:00 zatwierdzone przez Hypolite Petovan
rodzic 19aecb952d
commit e0ecbd0b95
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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