From daba88850e26265d734548f793853b2154a48842 Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 12 Aug 2019 15:17:10 -0400 Subject: [PATCH 1/2] add notice to broken config --- plex.subfolder.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plex.subfolder.conf.sample b/plex.subfolder.conf.sample index 9b7c7fd..130a500 100644 --- a/plex.subfolder.conf.sample +++ b/plex.subfolder.conf.sample @@ -1,3 +1,5 @@ +#******** This config no longer works, use the subdomain config in the meantime ******* + # plex does not require a base url setting # if plex is running in bridge mode, the below config should work as is. # for host mode, replace the line "proxy_pass http://$upstream_plex:32400;" with "proxy_pass http://HOSTIP:32400;" HOSTIP being the IP address of plex From 968e45fb7257136482f759a978eda7a19cc2e3cd Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 12 Aug 2019 21:45:27 -0400 Subject: [PATCH 2/2] Update plex.subfolder.conf.sample --- plex.subfolder.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plex.subfolder.conf.sample b/plex.subfolder.conf.sample index 130a500..ac35467 100644 --- a/plex.subfolder.conf.sample +++ b/plex.subfolder.conf.sample @@ -1,4 +1,5 @@ -#******** This config no longer works, use the subdomain config in the meantime ******* +#******** This config no longer works as intended. The web app loads, but no direct connection to server is made. ********* +#******** PRs welcome for anyone who figures out how to fix it. Use the subdomain config in the meantime. ******* # plex does not require a base url setting # if plex is running in bridge mode, the below config should work as is.