- 详细介绍
- 相关信息
阿奇魔签完美运营级别IOS一键签名程序 环境:nginx+php7.0
nginx伪静态配置
location / {
if (!-e $request_filename){
rewrite "^/([a-zA-Z0-9]{6})$" /user/install/index/$1/ last;
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
数据库配置文件:/data/conf/database.php
更新时间: 2020-09-23
编号 LC2083 分类 管理系统 发布者: 会员:bjwj007 热度: ℃
阿奇魔签完美运营级别IOS一键签名程序 环境:nginx+php7.0
nginx伪静态配置
location / {
if (!-e $request_filename){
rewrite "^/([a-zA-Z0-9]{6})$" /user/install/index/$1/ last;
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
数据库配置文件:/data/conf/database.php