diff --git a/Sources/config/nginx.conf b/Sources/config/nginx.conf index c3b3b604..036b1b31 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -22,6 +22,7 @@ server { } location / { - try_files $uri $uri/ /index.php?$query_string; + root /var/www/public; + try_files $uri /index.php; } } \ No newline at end of file