add tautulli support to organizr
This commit is contained in:
parent
7360b6a444
commit
dc4b0aebd5
@ -106,10 +106,10 @@ if ($http_referer ~* /plex/) {
|
||||
rewrite ^/web/(.*) /plex/web/$1? redirect;
|
||||
}
|
||||
|
||||
location /plexpy {
|
||||
location /tautulli {
|
||||
auth_request /auth-4;
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
proxy_pass http://127.0.0.1:8181;
|
||||
proxy_pass http://192.168.30.27: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;
|
||||
|
Loading…
Reference in New Issue
Block a user