We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c51e31e + cff0020 commit d647b2cCopy full SHA for d647b2c
notifiarr.subdomain.conf.sample
@@ -31,6 +31,8 @@ server {
31
32
# enable for Authelia (requires authelia-server.conf in the server block)
33
#include /config/nginx/authelia-location.conf;
34
+ # Enable if you use webauth for Notifiarr client website authentication
35
+ #proxy_set_header X-WebAuth-User $user;
36
37
# enable for Authentik (requires authentik-server.conf in the server block)
38
#include /config/nginx/authentik-location.conf;
0 commit comments