Caddy
Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.
Caddyfile 示例
wiki.ztm0929.cn {
reverse_proxy host:80
encode gzip zstd
log {
output file /logs/wiki.log
}
}
Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.
wiki.ztm0929.cn {
reverse_proxy host:80
encode gzip zstd
log {
output file /logs/wiki.log
}
}