Quantcast
Channel: Recent Discussions — Plex Forums
Viewing all articles
Browse latest Browse all 151235

Upgrading to 1.0.1 breaks apache2 proxy pass configuration

$
0
0

I noticed that after upgrading to 1.0.1, my Apache2 proxy pass utility was broken. Reverting to 1.0.0 fixes the issue.

<Location /plex>
#RewriteCond %{X-Plex-Client-Identifier} ^(.*)$ 
#RewriteRule ^/$ /plex/$1        
ProxyPass http://localhost:32400
ProxyPassReverse http://localhost:32400
</Location>
<Location /web>
ProxyPass http://localhost:32400/web
ProxyPassReverse http://localhost:32400/web
</Location>

Is what I have in place for Plex.

Not sure what updates were made for the upgrade to the backend.


Viewing all articles
Browse latest Browse all 151235

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>