Explorar el Código

Merge branch 'master' of http://39.105.160.25:10880/wuheng/eas_webadmin

wuheng hace 1 año
padre
commit
fe56bd07aa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      default.conf

+ 2 - 2
default.conf

@@ -8,8 +8,8 @@ server {
         index  index.html index.htm;
     }
 
-    location /api/ {
-        proxy_pass http://192.168.18.13:8182/;
+    location /proxy-pattern/ {
+        proxy_pass http://172.18.0.19:8080/;
     }
 
 }