kill-the-newsletter/Caddyfile

9 lines
148 B
Caddyfile

kill-the-newsletter.com {
reverse_proxy localhost:8000
}
www.kill-the-newsletter.com {
redir https://kill-the-newsletter.com{uri} permanent
}