Files
opt/caddy/sites/test.caddy
2024-12-04 22:17:05 +01:00

15 lines
188 B
Plaintext

test.rik.veenboer.xyz {
log {
output file /var/log/test.log
}
authorize with mypolicy
reverse_proxy host:12345
}
auth.rik.veenboer.xyz {
route {
authenticate with myportal
}
}