11 lines
224 B
Plaintext
Executable File
11 lines
224 B
Plaintext
Executable File
# IPCLOAKAPI — 管理站点:不经过 ip_check 流量判定,直接走 PHP
|
|
|
|
location / {
|
|
try_files $uri $uri/ /index.php?$query_string;
|
|
}
|
|
|
|
location ~ \.php$ {
|
|
try_files $uri =404;
|
|
include enable-php.conf;
|
|
}
|