mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update notifiarr.subdomain.conf.sample
Added proxy_set_header for Authelia authentication with Notifiarr.
This commit is contained in:
parent
c51e31e661
commit
2a4d9139dd
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue