fix: add explicit TLS email for Caddy certificates
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
|
http://ask.xn--2dk.xyz {
|
||||||
|
handle / {
|
||||||
|
reverse_proxy localhost:7682 {
|
||||||
|
flush_interval -1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
https://ask.xn--2dk.xyz {
|
https://ask.xn--2dk.xyz {
|
||||||
|
tls admin@xn--2dk.xyz
|
||||||
handle / {
|
handle / {
|
||||||
reverse_proxy localhost:7682 {
|
reverse_proxy localhost:7682 {
|
||||||
flush_interval -1
|
flush_interval -1
|
||||||
|
|||||||
Reference in New Issue
Block a user