fix build file and caddyfile template

This commit is contained in:
2025-12-03 21:11:21 +01:00
parent c9963a9408
commit a61057d455
2 changed files with 7 additions and 8 deletions
+6 -7
View File
@@ -1,9 +1,8 @@
{
acme_dns desec {
token {env.GANDI_BEARER_TOKEN}
}
test.com {
reverse_proxy localhost:8080
example.com {
tls {
dns desec {
token {env.DESEC_TOKEN}
}
}
reverse_proxy localhost:8080
}