mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
typo correction of try_files directive (#5387)
This commit is contained in:
parent
19aecb952d
commit
e0ecbd0b95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue