1 Star 0 Fork 2

SeverusWell / hiboyhiboy-opt-file

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wifidog_server.conf 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
SeverusWell 提交于 2021-05-04 17:56 . Init
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;
}
}
1
https://gitee.com/severuswell/hiboyhiboy-opt-file.git
git@gitee.com:severuswell/hiboyhiboy-opt-file.git
severuswell
hiboyhiboy-opt-file
hiboyhiboy-opt-file
master

搜索帮助