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;