move plex

This commit is contained in:
kjeld Schouten-Lebbing 2020-02-27 22:20:21 +01:00
parent df95a33acd
commit 61bc8e8de2

View File

@ -86,7 +86,7 @@ location /jackett {
location /plex/ {
auth_request /auth-4;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.30.26:32400/;
proxy_pass http://192.168.30.27:32400/;
client_max_body_size 10m;
client_body_buffer_size 128k;
proxy_bind $server_addr;