werc/Caddyfile.example
Sam Therapy 05192d2e3d
add dns as a submodule
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-03 18:23:48 +02:00

7 lines
176 B
Caddyfile

example.com {
header ?Cache-Control "max-age=3600"
encode gzip
respond /robots.txt "User-agent: *
Disallow: " 200
reverse_proxy localhost:8080
}