typo correction of try_files directive (#5387)
authorrebeka-catalina <rebeka-catalina@users.noreply.github.com>
Mon, 16 Jul 2018 06:53:50 +0000 (08:53 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Mon, 16 Jul 2018 06:53:50 +0000 (02:53 -0400)
mods/sample-nginx.config

index e4ce902..5a93972 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