fix: add explicit TLS email for Caddy certificates

This commit is contained in:
2026-03-28 13:03:28 +01:00
parent 71cd4fd04d
commit 36eb480687

View File

@@ -1,4 +1,13 @@
http://ask.xn--2dk.xyz {
handle / {
reverse_proxy localhost:7682 {
flush_interval -1
}
}
}
https://ask.xn--2dk.xyz {
tls admin@xn--2dk.xyz
handle / {
reverse_proxy localhost:7682 {
flush_interval -1