Files
nix/templates/go/Caddyfile
2026-02-23 12:37:19 -05:00

12 lines
101 B
Caddyfile

go.localhost {
encode zstd gzip
# root * .
# file_server
reverse_proxy :8888
tls internal
}