1
0

Disable basic auth for letsencrypt challenge

This commit is contained in:
JSurf 2016-01-27 14:55:24 +01:00
parent f284a36f1a
commit 9bb159be51

@ -1,4 +1,5 @@
location /.well-known/ {
auth_basic off;
root /usr/share/nginx/html;
try_files $uri =404;
}