1
0

enable public access to validation endpoints despite existing IP whitelisting or basic auth settings

This commit is contained in:
Ben Smith 2016-05-23 15:04:38 -04:00
parent bb19548800
commit e2f0abfa3e

@ -1,5 +1,5 @@
location /.well-known/acme-challenge/ {
auth_basic off;
allow all;
root /usr/share/nginx/html;
try_files $uri =404;
break;