Update Caddyfile
Browse files
Caddyfile
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
protocol https
|
14 |
}
|
15 |
# 代理 /hf/* 路径到本地的相应路径,去掉 /hf/ 前缀
|
16 |
-
handle_path /
|
17 |
rewrite * /{path.relative}
|
18 |
reverse_proxy {
|
19 |
to http://127.0.0.1:11434
|
|
|
13 |
protocol https
|
14 |
}
|
15 |
# 代理 /hf/* 路径到本地的相应路径,去掉 /hf/ 前缀
|
16 |
+
handle_path /we/* {
|
17 |
rewrite * /{path.relative}
|
18 |
reverse_proxy {
|
19 |
to http://127.0.0.1:11434
|