1 Star 0 Fork 15

Yakace/appbase-ui

forked from 好雨科技/rainbond-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
web.conf 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
barnettZQG 提交于 2020-07-20 21:35 . support openapi
server {
listen 4000;
location / {
root /app/www;
index index.html index.htm;
}
location /console {
proxy_pass http://127.0.0.1:5000;
}
location /static/www {
proxy_pass http://127.0.0.1:5000;
}
location /data {
proxy_pass http://127.0.0.1:5000;
}
location /openapi {
proxy_pass http://127.0.0.1:5000;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yakace/appbase-ui.git
git@gitee.com:yakace/appbase-ui.git
yakace
appbase-ui
appbase-ui
master

搜索帮助