Browse Source

no message

Gavin 4 years ago
parent
commit
64e3cee396
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-nginx/conf.d/api.xinyueyouxi.com.conf

+ 1 - 1
api-nginx/conf.d/api.xinyueyouxi.com.conf

@@ -73,6 +73,6 @@ server {
     }
     }
     
     
     location /share/v2/ {
     location /share/v2/ {
-        proxy_pass http://10.30.253.160;
+        proxy_pass http://10.30.253.160:9092;
     }
     }
 }
 }