diff --git a/Sources/config/nginx.conf b/Sources/config/nginx.conf index 174f9eec..92f292cc 100755 --- a/Sources/config/nginx.conf +++ b/Sources/config/nginx.conf @@ -16,6 +16,6 @@ server { location / { root /var/www/public; - try_files $uri $uri/ /index.php; + try_files $uri /index.php; } } \ No newline at end of file