Remove basic auth from Plex

Plex now has authentication even for local servers. The basic auth for
the plex endpoint is redundant.
This commit is contained in:
Kelvin Chen 2016-10-31 21:52:05 -04:00
parent b437f09ed5
commit 12ad9c4d2e
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ http {
server {
include common.conf;
server_name ~^(plex)(\.\w+)+$;
auth_basic "off";
location / {
set $plex http://plex:32400;