From: rebeka-catalina Date: Mon, 16 Jul 2018 06:53:50 +0000 (+0200) Subject: typo correction of try_files directive (#5387) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e0ecbd0b95454ed2ff4b0082b41d388d2938e3ae;p=friendica.git typo correction of try_files directive (#5387) --- 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