Quellcode durchsuchen

更新 'default.conf'

sifu-gogs vor 2 Jahren
Ursprung
Commit
9c4ec1a0cb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
     }