1 Star 0 Fork 0

Cinwell / WebIDE-Frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nginx.conf 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
vangie 提交于 2017-04-28 14:41 . fix /ws in container
server {
listen 80;
server_name localhost;
root /usr/share/nginx/html;
location / {
index index.html index.htm;
}
location /ws {
rewrite ^/ws/.*$ /workspace.html break;
}
}
1
https://gitee.com/cinwell/WebIDE-Frontend.git
git@gitee.com:cinwell/WebIDE-Frontend.git
cinwell
WebIDE-Frontend
WebIDE-Frontend
master

搜索帮助