fix build file and caddyfile template
This commit is contained in:
+6
-7
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user