feat: initial commit

This commit is contained in:
root
2026-06-14 14:00:24 +08:00
commit 72d388f642
118 changed files with 39015 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# IPCLOAKAPI — 管理站点:不经过 ip_check 流量判定,直接走 PHP
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.php$ {
try_files $uri =404;
include enable-php.conf;
}