From 9bb159be519f1e2990975711e5647f57ffe5cf1a Mon Sep 17 00:00:00 2001 From: JSurf Date: Wed, 27 Jan 2016 14:55:24 +0100 Subject: [PATCH] Disable basic auth for letsencrypt challenge --- app/nginx_location.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/nginx_location.conf b/app/nginx_location.conf index edada4c..f2d93ec 100644 --- a/app/nginx_location.conf +++ b/app/nginx_location.conf @@ -1,4 +1,5 @@ location /.well-known/ { + auth_basic off; root /usr/share/nginx/html; try_files $uri =404; }