sifu-gogs 2 жил өмнө
parent
commit
07a2acdf05
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      default.conf

+ 1 - 1
default.conf

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