We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b8bdd2 + 4b2c011 commit 9458cfbCopy full SHA for 9458cfb
docker/rootfs/etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf
@@ -5,6 +5,7 @@ location ^~ /.well-known/acme-challenge/ {
5
# Since this is for letsencrypt authentication of a domain and they do not give IP ranges of their infrastructure
6
# we need to open up access by turning off auth and IP ACL for this location.
7
auth_basic off;
8
+ auth_request off;
9
allow all;
10
11
# Set correct content type. According to this:
0 commit comments