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