1
0

Set auth_request off

#570
This commit is contained in:
Nicolas Duchon 2020-05-11 15:47:00 +02:00
parent 45df81962e
commit 728a893505
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -116,6 +116,7 @@ server {
access_log /var/log/nginx/access.log vhost;
location ^~ /.well-known/acme-challenge/ {
auth_basic off;
auth_request off;
allow all;
root /usr/share/nginx/html;
try_files \$uri =404;