ソースを参照

更新 'default.conf'

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;
     }