Files
opt/caddy/sites/test.caddy
2024-12-19 17:24:55 +01:00

10 lines
127 B
Plaintext

test.{$SUBDOMAIN}.{$DOMAIN} {
log {
output file /var/log/test.log
}
authorize with mypolicy
reverse_proxy host:12345
}