Skip to content

Commit 9458cfb

Browse files
authored
Merge pull request #1229 from demize/auth_request-fix
Disable auth_request in letsencrypt-acme-challenge.conf
2 parents 4b8bdd2 + 4b2c011 commit 9458cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/rootfs/etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ location ^~ /.well-known/acme-challenge/ {
55
# Since this is for letsencrypt authentication of a domain and they do not give IP ranges of their infrastructure
66
# we need to open up access by turning off auth and IP ACL for this location.
77
auth_basic off;
8+
auth_request off;
89
allow all;
910

1011
# Set correct content type. According to this:

0 commit comments

Comments
 (0)