Skip to content

Commit 2a4d913

Browse files
authored
Update notifiarr.subdomain.conf.sample
Added proxy_set_header for Authelia authentication with Notifiarr.
1 parent c51e31e commit 2a4d913

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

notifiarr.subdomain.conf.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ server {
3131

3232
# enable for Authelia (requires authelia-server.conf in the server block)
3333
#include /config/nginx/authelia-location.conf;
34+
# Enable if you use webauth for Notifiarr client website authentication
35+
#proxy_set_header X-Forwarded-For $remote_addr;
36+
#proxy_set_header X-WebAuth-User $user;
3437

3538
# enable for Authentik (requires authentik-server.conf in the server block)
3639
#include /config/nginx/authentik-location.conf;

0 commit comments

Comments
 (0)