mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
update documentation
This commit is contained in:
14
examples/caddy-authelia/Caddyfile
Normal file
14
examples/caddy-authelia/Caddyfile
Normal file
@@ -0,0 +1,14 @@
|
||||
# Authelia portal. Replace auth.example.com with your auth subdomain.
|
||||
auth.example.com {
|
||||
reverse_proxy authelia:9091
|
||||
}
|
||||
|
||||
# Ignis. Replace ignis.example.com with your domain.
|
||||
ignis.example.com {
|
||||
forward_auth authelia:9091 {
|
||||
uri /api/authz/forward-auth
|
||||
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
|
||||
}
|
||||
|
||||
reverse_proxy ignis:8080
|
||||
}
|
||||
Reference in New Issue
Block a user