caddy/conf.d/drone.bbaovanc.com

14 lines
204 B
Plaintext
Raw Normal View History

2021-11-08 19:15:57 -06:00
# 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
}