X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mods%2Fsample-nginx.config;h=5a939721082543a4a5bca88be5469101aede07b1;hb=0e01568ccd5b5ce081eff83e2ed0b888e0b6db55;hp=e4ce902515e4c858bc2ff09da3e81c1dd2f11af3;hpb=3a179860e5b47a59603b66e0cc122f78d32982d2;p=friendica.git diff --git a/mods/sample-nginx.config b/mods/sample-nginx.config index e4ce902515..5a93972108 100644 --- a/mods/sample-nginx.config +++ b/mods/sample-nginx.config @@ -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