Merge pull request #81 from linuxserver/aptalca-patch-1

add notice to broken config
This commit is contained in:
aptalca 2019-08-13 18:13:48 -04:00 committed by GitHub
commit 4de29acc85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
#******** 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 # plex does not require a base url setting
# if plex is running in bridge mode, the below config should work as is. # 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 # 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