Skip to content

Commit

Permalink
Update notifiarr.subdomain.conf.sample
Browse files Browse the repository at this point in the history
Added proxy_set_header for Authelia authentication with Notifiarr.
  • Loading branch information
bokkoman authored Jul 27, 2023
1 parent c51e31e commit 2a4d913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notifiarr.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a4d913

Please sign in to comment.