Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
848274bb30
@ -75,7 +75,10 @@ server {
|
||||
|
||||
# rewrite to front controller as default rule
|
||||
location / {
|
||||
rewrite ^/(.*) /index.php?q=$uri&$args last;
|
||||
if ($is_args != "") {
|
||||
rewrite ^/(.*) /index.php?q=$uri&$args last;
|
||||
}
|
||||
rewrite ^/(.*) /index.php?q=$uri last;
|
||||
}
|
||||
|
||||
# make sure webfinger and other well known services aren't blocked
|
||||
|
Reference in New Issue
Block a user