Merge pull request #1229 from demize/auth_request-fix

Disable auth_request in letsencrypt-acme-challenge.conf
This commit is contained in:
jc21 2021-07-18 21:54:59 +10:00 committed by GitHub
commit 9458cfbd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ location ^~ /.well-known/acme-challenge/ {
# Since this is for letsencrypt authentication of a domain and they do not give IP ranges of their infrastructure
# we need to open up access by turning off auth and IP ACL for this location.
auth_basic off;
auth_request off;
allow all;
# Set correct content type. According to this: