kill-the-newsletter/Caddyfile

8 lines
137 B
Caddyfile

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