caddy/conf.d/git.boba.best

15 lines
213 B
Plaintext

# vim: ft=caddyfile
git.boba.best {
encode zstd gzip
import hsts
handle {
reverse_proxy localhost:85 {
header_up X-Real-IP {remote_host}
}
}
import basicerrors
}