柔版二级域名分发系统源码自带接口,上传文件解压,创建数据库名称数据库z号密码必须都是dns
设置伪静态
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
柔版二级域名分发系统源码自带接口,上传文件解压,创建数据库名称数据库z号密码必须都是dns
设置伪静态
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}