From 2a4d9139dd9aa2a0891844d46ec7a8a96850303c Mon Sep 17 00:00:00 2001 From: bokkoman Date: Thu, 27 Jul 2023 09:50:34 +0200 Subject: [PATCH] Update notifiarr.subdomain.conf.sample Added proxy_set_header for Authelia authentication with Notifiarr. --- notifiarr.subdomain.conf.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notifiarr.subdomain.conf.sample b/notifiarr.subdomain.conf.sample index fdfd6f1..244e57d 100644 --- a/notifiarr.subdomain.conf.sample +++ b/notifiarr.subdomain.conf.sample @@ -31,6 +31,9 @@ server { # enable for Authelia (requires authelia-server.conf in the server block) #include /config/nginx/authelia-location.conf; + # Enable if you use webauth for Notifiarr client website authentication + #proxy_set_header X-Forwarded-For $remote_addr; + #proxy_set_header X-WebAuth-User $user; # enable for Authentik (requires authentik-server.conf in the server block) #include /config/nginx/authentik-location.conf;