Files
opt/caddy/sites/test.caddy

15 lines
188 B
Plaintext

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