Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
99i
/
ol
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d47fbfb
ol
/
Caddyfile
99i
Create Caddyfile
d66431a
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
267 Bytes
{
# 日志配置
log {
output stdout
format console
}
}
# 监听端口 80 和 443
:
3000
{
# 代理 /hf/* 路径到根路径
handle_path
/hf/
* {
rewrite * {path.relative}
reverse_proxy http:
//
localhost:
11434
}
}