Browse Source

1.修改docker配置。

jiaxiaoqiang 11 tháng trước cách đây
mục cha
commit
6a00ab6eb9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -9,7 +9,7 @@ RUN echo "server {  \
                       location   /client-server/ { \
                         proxy_pass              http://192.168.101.4:7103/; \
                         proxy_redirect          off; \
-                        proxy_set_header        Host mes-server; \
+                        proxy_set_header        Host client-server; \
                         proxy_set_header        X-Real-IP \$remote_addr; \
                         proxy_set_header        X-Forwarded-For \$proxy_add_x_forwarded_for; \
                      } \