99i commited on
Commit
5cd811b
·
verified ·
1 Parent(s): 0c1e1bf

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +1 -1
Caddyfile CHANGED
@@ -10,7 +10,7 @@
10
  :3000 {
11
  # 代理 /hf/* 路径到根路径
12
  handle_path /hf/* {
13
- rewrite * {path.relative}
14
  reverse_proxy http://localhost:11434
15
  }
16
  }
 
10
  :3000 {
11
  # 代理 /hf/* 路径到根路径
12
  handle_path /hf/* {
13
+ rewrite * /{path.relative}
14
  reverse_proxy http://localhost:11434
15
  }
16
  }