mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
优化安装部署文件中端口写错问题
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
1febacef1a
commit
5d14501112
4
安装部署.md
4
安装部署.md
@ -14,8 +14,8 @@ HC小区管理系统linux生产环境安装(推荐稳定) https://www.bilibili.c
|
||||
|
||||
```
|
||||
// todo 测试环境 测试使用,生产环境请用nginx带来
|
||||
app.use('/callComponent', proxy('http://192.168.100.108:8088', opts));
|
||||
app.use('/app', proxy('http://192.168.100.108:8088', opts));
|
||||
app.use('/callComponent', proxy('http://192.168.100.108:8008', opts));
|
||||
app.use('/app', proxy('http://192.168.100.108:8008', opts));
|
||||
app.use('/ws', createProxyMiddleware({
|
||||
target: 'http://192.168.100.108:8008',
|
||||
changeOrigin: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user