From 61bc8e8de2553602fc727ad804fb1f752f7a794e Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 27 Feb 2020 22:20:21 +0100 Subject: [PATCH] move plex --- includes/organizr-conf/custom/organizr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/organizr-conf/custom/organizr.conf b/includes/organizr-conf/custom/organizr.conf index ad9cb378..2dfc9560 100644 --- a/includes/organizr-conf/custom/organizr.conf +++ b/includes/organizr-conf/custom/organizr.conf @@ -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;