8 lines
209 B
Caddyfile
8 lines
209 B
Caddyfile
{$dozzle_SUBDOMAIN}.{$ROOT_DOMAIN} {
|
|
forward_auth authelia:9091 {
|
|
uri /api/authz/forward-auth
|
|
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
|
|
}
|
|
reverse_proxy http://dozzle:8080
|
|
}
|