animeic 1 năm trước cách đây
mục cha
commit
007098917e
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      docker-compose.yaml
  2. 1 1
      nginx/conf.d/default.conf

+ 1 - 1
docker-compose.yaml

@@ -11,7 +11,7 @@ services:
   nginx:
     image: "registry.cn-chengdu.aliyuncs.com/infish/pack-comm-nginx:1.23.1"
     restart: always
-    network_mode: host 
+    # network_mode: host 
     ports:
       - 18980:80
     volumes:

+ 1 - 1
nginx/conf.d/default.conf

@@ -22,7 +22,7 @@ server {
         proxy_set_header X-Real-IP $remote_addr;
         proxy_set_header X-Forwarded-For $remote_addr;
         # real_client_ip = $realip_remote_addr;
-        proxy_pass  http://b97cb4bf0e31:8888/pay/;
+        proxy_pass  http://pay:8888/pay/;
     }   
 
 }