去掉重复

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

@ -13,10 +13,6 @@ server {
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
location / {
try_files $uri $uri/ =404;
}
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;