animeic 1 year ago
parent
commit
7167cf440a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nginx/conf.d/default.conf

+ 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://pack-pay-pay-1:8888/pay/;
+        proxy_pass  http://127.0.0.1:8888/pay/;
     }   
 
 }