mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Fix comments on Plex configs
This commit is contained in:
parent
08d1eefe1e
commit
b6819d019d
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# make sure that your dns has a cname set for plex, if plex is running in bridge mode, the below config should work as is, for host mode,
|
# make sure that your dns has a cname set for plex, if plex is running in bridge mode, the below config should work as is, for host mode,
|
||||||
# replace the line "proxy_pass https://$upstream_plex:32400;" with "proxy_pass https://HOSTIP:32400;" HOSTIP being the IP address of plex
|
# replace the line "proxy_pass http://$upstream_plex:32400;" with "proxy_pass http://HOSTIP:32400;" HOSTIP being the IP address of plex
|
||||||
# in plex server settings, under network, fill in "Custom server access URLs" with your domain (ie. "https://plex.yourdomain.url:443")
|
# in plex server settings, under network, fill in "Custom server access URLs" with your domain (ie. "https://plex.yourdomain.url:443")
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# 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 https://$upstream_plex:32400;" with "proxy_pass https://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
|
||||||
# in plex server settings, under network, fill in "Custom server access URLs" with your domain (ie. "https://yourdomain.url/plex:443")
|
# in plex server settings, under network, fill in "Custom server access URLs" with your domain (ie. "https://yourdomain.url/plex:443")
|
||||||
|
|
||||||
location /plex {
|
location /plex {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue