]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-nginx.config
Merge pull request #6767 from MrPetovan/bug/fatal-errors
[friendica.git] / mods / sample-nginx.config
index d6afe7174662f00d24c27439d13d0a85bfae820b..71d37855169c39a41f1685b5da4dc160c21c8572 100644 (file)
@@ -91,7 +91,7 @@ server {
   # by denying dot files and rewrite request to the front controller
   location ^~ /.well-known/ {
     allow all;
-    try_files $uri /index.php?pagename=$uri&$args;
+    rewrite ^ /index.php?pagename=$uri;
   }
 
   include mime.types;