kill-the-newsletter/Caddyfile

9 lines
148 B
Caddyfile
Raw Normal View History

2020-08-04 23:57:49 +02:00
kill-the-newsletter.com {
2020-03-21 07:07:10 +01:00
reverse_proxy localhost:8000
2020-03-21 06:00:48 +01:00
}
2020-08-04 23:57:49 +02:00
www.kill-the-newsletter.com {
redir https://kill-the-newsletter.com{uri} permanent
2020-03-21 06:00:48 +01:00
}