sifu-gogs пре 2 година
родитељ
комит
9c4ec1a0cb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      default.conf

+ 1 - 1
default.conf

@@ -8,7 +8,7 @@ server {
         index  index.html index.htm;
     }
     
-    location ~ /hosp/ {           
+    location ~ /prod-api/ {           
         proxy_pass http://localhost:8183;
     }