From 30bfbfc3088e5cc85bad4d90063b3ee4d9c58c53 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 17 Oct 2022 13:53:24 +0800 Subject: [PATCH] =?UTF-8?q?gateway=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E5=BF=85=E9=A1=BB=E6=9C=89=E6=96=9C=E6=9D=A0=E7=BB=93=E5=B0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cbff000..bafce2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ VOLUME /tmp ENV LANG en_US.UTF-8 RUN echo "server { \ listen 80; \ - location /jeecgboot { \ - proxy_pass http://jeecg-boot-system:8080/jeecg-boot; \ + location /jeecgboot/ { \ + proxy_pass http://jeecg-boot-system:8080/jeecg-boot/; \ proxy_redirect off; \ proxy_set_header Host jeecg-boot-system; \ proxy_set_header X-Real-IP \$remote_addr; \ @@ -27,4 +27,4 @@ RUN echo "server { \ ADD dist/ /var/www/html/ EXPOSE 80 -EXPOSE 443 \ No newline at end of file +EXPOSE 443