fix: 修改微服务启动时的nginx代理配置(末尾加了个反斜杠。否则访问会404)

pull/620/head
gosk 2023-07-04 12:04:11 +09:00
parent e9c2854b43
commit 3f0cd5f416
1 changed files with 1 additions and 1 deletions

View File

@ -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`
``` ```