1 Star 0 Fork 427

星空灯下/luban-h5

forked from ly525/luban-h5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api.luban-h5.conf 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
ly525 提交于 2019-09-01 13:47 . build: add nginx conf
server {
listen 80;
server_name api.luban-h5.your-domain.com;
# 注意事项:nginx 放宽max-size 限制,否则无法上传 psd(体积限制)
client_max_body_size 200M;
location ~ / {
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_pass http://localhost:1337;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xingkongdengxia/luban-h5.git
git@gitee.com:xingkongdengxia/luban-h5.git
xingkongdengxia
luban-h5
luban-h5
master

搜索帮助