clear php

This commit is contained in:
艾贤凌
2026-03-16 13:10:18 +08:00
parent 6d4a72161f
commit 1405bfdd86
79 changed files with 12643 additions and 2841 deletions

View File

@@ -52,6 +52,11 @@ server {
charset utf-8;
client_max_body_size 20m;
# ── 0. 屏蔽 PHP 文件直接访问PHP 已停用,防止残留文件被暴露)──
location ~* \.php$ {
return 404;
}
# ── 1. API 请求 → Node.js ─────────────────────────────────────
location /api/ {
proxy_pass http://chuanqi_api;