Sfoglia il codice sorgente

更新 'default.conf'

sifu-gogs 2 anni fa
parent
commit
645a77edba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      default.conf

+ 1 - 1
default.conf

@@ -9,7 +9,7 @@ server {
     }
     
     location ~ /prod-api/ {           
-        proxy_pass http://blue-post-project-api-1:8181;
+        proxy_pass http://blue-post-project-api-1:8080;
     }
     
 }