sifu-gogs пре 2 година
родитељ
комит
07a2acdf05
1 измењених фајлова са 1 додато и 1 уклоњено
  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/;
     }