feat: initial commit
This commit is contained in:
Executable
+10
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user