1 Star 0 Fork 18

举子 / huicmf_webman

forked from 小灰灰 / huicmf_webman 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nginx.htaccess 185 Bytes
一键复制 编辑 原始数据 按行查看 历史
小灰灰 提交于 2022-05-24 18:42 . update
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
if (!-f $request_filename){
proxy_pass http://127.0.0.1:8787;
}
}
PHP
1
https://gitee.com/52juzi/huicmf_webman.git
git@gitee.com:52juzi/huicmf_webman.git
52juzi
huicmf_webman
huicmf_webman
master

搜索帮助