Browse Source

更新 'default.conf'

sifu-gogs 2 năm trước cách đây
mục cha
commit
9f4dc73b6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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://red-post-project-api-1:8080/;
     }