浏览代码

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

wuheng 1 年之前
父节点
当前提交
fe56bd07aa
共有 1 个文件被更改,包括 2 次插入2 次删除
  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/;
     }
 
 }