diff --git a/contrib/nginx.conf b/contrib/nginx.conf index c39103d5a..850d6ed20 100644 --- a/contrib/nginx.conf +++ b/contrib/nginx.conf @@ -7,7 +7,7 @@ server { root /var/www/html/public; location / { - try_files $uri $uri/ /index.php; + try_files $uri $uri/ /$is_args$args; } location ~ \.php$ {