[修改]修改部分组件名称
This commit is contained in:
+4
-4
@@ -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; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user