Explorar el Código

更新 'default.conf'

sifu-gogs hace 2 años
padre
commit
9c4ec1a0cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }