Browse Source

更新 'default.conf'

wuheng 1 year ago
parent
commit
d8d5212051
1 changed files with 2 additions and 2 deletions
  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://easapimaster_eas-project-api_1:8080/;
     }
 
 }