diff --git a/conf/nginx.conf b/conf/nginx.conf index f029eec..9922f5f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,9 +7,7 @@ if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } -try_files $uri $uri/ index.php -index index.php - +index index.php; location ~ \.php { try_files $uri $uri/ index.php;