hello all i have a problem i got a new version of plex pass i put back my plex.conf so i can use my subdomain name.
But my problem is now when i enter my subdomain for plex they ask me my username and password for quickbox
How can i skip the username password
This is my plex.conf file
VirtualHost *:443>
ServerName plex.hebergement-qc.comProxy *>
Order deny,allow
Allow from all
/Proxy>Location /web>
ProxyPass http://10.0.0.31:32400/web
ProxyPassReverse http://10.0.0.31:32400/web
/Location>Location /system>
ProxyPass http://10.0.0.31:32400/system
ProxyPassReverse http://10.0.0.31:32400/system
/Location>Location /servers>
ProxyPass http://10.0.0.31:32400/servers
ProxyPassReverse http://10.0.0.31:32400/servers
/Location>Location /accounts>
ProxyPass http://10.0.0.31:32400/accounts
ProxyPassReverse http://10.0.0.31:32400/accounts
/Location>Location /myplex>
ProxyPass http://10.0.0.31:32400/myplex
ProxyPassReverse http://10.0.0.31:32400/myplex
/Location>Location /photo>
ProxyPass http://10.0.0.31:32400/photo
ProxyPassReverse http://10.0.0.31:32400/photo
/Location>Location /clients>
ProxyPass http://10.0.0.31:32400/clients
ProxyPassReverse http://10.0.0.31:32400/clients
/Location>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/web
RewriteCond %{HTTP:X-Plex-Device} ^$
RewriteRule ^/$ /web/$1 [R,L]
SSLEngine On
SSLCertificateFile /etc/ssl/certs/plex_hebergement-qc_com.crt
SSLCertificateKeyFile /etc/ssl/certs/plex_hebergement-qc_com.key
/VirtualHost>
I know they miss < but it’s don’t appear in the post