diff --git a/conf/nginx.conf b/conf/nginx.conf index a0601eb..88118f1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,7 +8,7 @@ location {PATH}/ { # The seemingly weird syntax is due to a long-standing bug in nginx, # see: https://trac.nginx.org/nginx/ticket/97 - try_files $uri $uri/ {PATH}/{PATH}/index.php$is_args$args; + try_files $uri {PATH}/{PATH}/index.php$is_args$args; # Another alternative to the weird try_files is to use a rewrite, like this : #