]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-nginx.config
typo correction of try_files directive (#5387)
[friendica.git] / mods / sample-nginx.config
index e4ce902515e4c858bc2ff09da3e81c1dd2f11af3..5a939721082543a4a5bca88be5469101aede07b1 100644 (file)
@@ -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