Update Caddyfile
Browse files
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 |
}
|