Files
CLOAK/deploy/baota/nginx/cloaka-admin.conf
T

11 lines
224 B
Plaintext
Raw Normal View History

2026-06-14 14:00:24 +08:00
# IPCLOAKAPI — 管理站点:不经过 ip_check 流量判定,直接走 PHP
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.php$ {
try_files $uri =404;
include enable-php.conf;
}