12 lines
214 B
Caddyfile
12 lines
214 B
Caddyfile
testing.emgauwa.app {
|
|
tls {
|
|
dns acmedns {
|
|
username "{$ACMEDNS_USER}"
|
|
password "{$ACMEDNS_PASS}"
|
|
subdomain "{$ACMEDNS_SUBD}"
|
|
server_url "{$ACMEDNS_URL}"
|
|
}
|
|
}
|
|
|
|
reverse_proxy core:4419
|
|
}
|