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.
1 parent c51e31e commit 2a4d913Copy full SHA for 2a4d913
1 file changed
notifiarr.subdomain.conf.sample
@@ -31,6 +31,9 @@ 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-Forwarded-For $remote_addr;
36
+ #proxy_set_header X-WebAuth-User $user;
37
38
# enable for Authentik (requires authentik-server.conf in the server block)
39
#include /config/nginx/authentik-location.conf;
0 commit comments