去掉重复

This commit is contained in:
小王 2024-09-13 00:33:15 +08:00
parent 7ae8dce5e8
commit d02df5a043
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ server {
} }
} }
location / {
try_files $uri $uri/ =404;
}
location ~ \.php$ { location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000; fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php; fastcgi_index index.php;