[修改]修改部分组件名称

This commit is contained in:
zer0Black
2021-03-11 11:19:01 +08:00
parent e203b7d812
commit fbd81a8a7f
24 changed files with 87 additions and 93 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
FROM nginx
MAINTAINER jeecgos@163.com
MAINTAINER test@163.com
VOLUME /tmp
ENV LANG en_US.UTF-8
RUN echo "server { \
listen 80; \
location ^~ /jeecg-boot { \
proxy_pass http://jeecg-boot-system:8080/jeecg-boot/; \
proxy_set_header Host jeecg-boot-system; \
location ^~ /jero-boot { \
proxy_pass http://jero-boot-system:8080/jero-boot/; \
proxy_set_header Host jero-boot-system; \
proxy_set_header X-Real-IP \$remote_addr; \
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; \
} \