caddy/conf.d/drone.bbaovanc.com

14 lines
204 B
Plaintext

# vim: ft=caddyfile
drone.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:8080 {
header_up X-Real-IP {remote_host}
}
import basicerrors
}