From e0ecbd0b95454ed2ff4b0082b41d388d2938e3ae Mon Sep 17 00:00:00 2001 From: rebeka-catalina Date: Mon, 16 Jul 2018 08:53:50 +0200 Subject: [PATCH] typo correction of try_files directive (#5387) --- mods/sample-nginx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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