diff --git a/nginx.conf b/nginx.conf index f58f607..e996a58 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ server { # error_log /var/log/nginx/error.log; # access_log /var/log/nginx/access.log; root /var/www/html; - try_files $uri $uri/ /index.php /index.html; + try_files $uri $uri/ /index.php; location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass php-fpm:9000;