fix: 修改微服务启动时的nginx代理配置(末尾加了个反斜杠。否则访问会404)
parent
e9c2854b43
commit
3f0cd5f416
|
@ -152,7 +152,7 @@ VITE_GLOB_DOMAIN_URL=http://jeecg-boot-gateway:9999
|
||||||
- 区别2. 修改Dockerfile文件
|
- 区别2. 修改Dockerfile文件
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
- 把`http://jeecg-boot-system:8080/jeecg-boot`替换成 `http://jeecg-boot-gateway:9999`
|
- 把`http://jeecg-boot-system:8080/jeecg-boot`替换成 `http://jeecg-boot-gateway:9999/`
|
||||||
- 把`jeecg-boot-system`替换成 `jeecg-boot-gateway`
|
- 把`jeecg-boot-system`替换成 `jeecg-boot-gateway`
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue