Update notifiarr.subdomain.conf.sample

Added proxy_set_header for Authelia authentication with Notifiarr.
This commit is contained in:
bokkoman 2023-07-27 09:50:34 +02:00 committed by GitHub
parent c51e31e661
commit 2a4d9139dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,9 @@ server {
# enable for Authelia (requires authelia-server.conf in the server block) # enable for Authelia (requires authelia-server.conf in the server block)
#include /config/nginx/authelia-location.conf; #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) # enable for Authentik (requires authentik-server.conf in the server block)
#include /config/nginx/authentik-location.conf; #include /config/nginx/authentik-location.conf;