1 Star 0 Fork 0

dongsk1986/ngx-planet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nginx.conf 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
plrthink 提交于 2020-03-16 16:51 . chore: fix docker builds
server {
listen 8080;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto http;
location / {
root /etc/nginx/html/static/portal;
try_files $uri $uri/ /index.html;
}
location /static {
root /etc/nginx/html;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongsk1986/ngx-planet.git
[email protected]:dongsk1986/ngx-planet.git
dongsk1986
ngx-planet
ngx-planet
master

搜索帮助