This commit is contained in:
friendica 2015-03-11 15:12:21 -07:00
commit 848274bb30

View File

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