From 12ad9c4d2e3b67d2404be1decdd5da3a16fc164c Mon Sep 17 00:00:00 2001 From: Kelvin Chen Date: Mon, 31 Oct 2016 21:52:05 -0400 Subject: [PATCH] Remove basic auth from Plex Plex now has authentication even for local servers. The basic auth for the plex endpoint is redundant. --- Dockerfiles/frontend/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfiles/frontend/nginx.conf b/Dockerfiles/frontend/nginx.conf index 05443bb..6b7b89c 100644 --- a/Dockerfiles/frontend/nginx.conf +++ b/Dockerfiles/frontend/nginx.conf @@ -70,6 +70,7 @@ http { server { include common.conf; server_name ~^(plex)(\.\w+)+$; + auth_basic "off"; location / { set $plex http://plex:32400;