1 Star 0 Fork 0

yishengjingcai/padavan-opt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wifidog_server.conf 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaoxingzhang 提交于 2017-05-19 10:45 . upload
server {
listen 84; # 访问端口4
server_name localhost;
root /opt/www/wifidog_server/;
index index.html index.htm index.php default.php tz.php;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
location ~* ^.+\.php(\/.*)*$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangzq/padavan-opt.git
[email protected]:zhangzq/padavan-opt.git
zhangzq
padavan-opt
padavan-opt
master

搜索帮助