Pārlūkot izejas kodu

更新 'default.conf'

sifu-gogs 2 gadi atpakaļ
vecāks
revīzija
07a2acdf05
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      default.conf

+ 1 - 1
default.conf

@@ -8,7 +8,7 @@ server {
         index  index.html index.htm;
     }
     
-    location ~ /prod-api/ {           
+    location /prod-api/ {           
         proxy_pass http://blue-post-project-api-1:8080/;
     }