Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.

https://github.com/caddyserver/caddy

https://caddyserver.com/

相对于NginxApache,Caddy是一款比较年轻的Web服务器。

Caddyfile 示例

wiki.ztm0929.cn {
    reverse_proxy host:80
    encode gzip zstd
    log {
        output file /logs/wiki.log
    }
}

另请参阅