mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-05-26 10:27:22 +00:00
caddy: enable websockets for authentik
This commit is contained in:
@@ -38,7 +38,10 @@ data:
|
||||
@umami host umami.vhaudiquet.fr
|
||||
|
||||
handle @authentik {
|
||||
reverse_proxy traefik.traefik.svc.cluster.local:80
|
||||
reverse_proxy traefik.traefik.svc.cluster.local:80 {
|
||||
header_up Connection {>Connection}
|
||||
header_up Upgrade {>Upgrade}
|
||||
}
|
||||
}
|
||||
handle @auth-nook {
|
||||
reverse_proxy traefik.traefik.svc.cluster.local:80
|
||||
|
||||
Reference in New Issue
Block a user