This commit is contained in:
kjeld Schouten-Lebbing 2020-02-27 22:29:58 +01:00
parent ce6fc7df71
commit f85ef5f6fb

View File

@ -115,10 +115,10 @@ if ($http_referer ~* /plex/) {
rewrite ^/web/(.*) /plex/web/$1? redirect;
}
location /tautulli/ {
location /tautulli {
auth_request /auth-4;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.31.26:8181;
proxy_pass http://192.168.31.26:8181/;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;