gateway情况下,必须有斜杠结尾
parent
c669bee385
commit
30bfbfc308
|
@ -4,8 +4,8 @@ VOLUME /tmp
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
RUN echo "server { \
|
RUN echo "server { \
|
||||||
listen 80; \
|
listen 80; \
|
||||||
location /jeecgboot { \
|
location /jeecgboot/ { \
|
||||||
proxy_pass http://jeecg-boot-system:8080/jeecg-boot; \
|
proxy_pass http://jeecg-boot-system:8080/jeecg-boot/; \
|
||||||
proxy_redirect off; \
|
proxy_redirect off; \
|
||||||
proxy_set_header Host jeecg-boot-system; \
|
proxy_set_header Host jeecg-boot-system; \
|
||||||
proxy_set_header X-Real-IP \$remote_addr; \
|
proxy_set_header X-Real-IP \$remote_addr; \
|
||||||
|
|
Loading…
Reference in New Issue