Skip to content

Commit 728a893

Browse files
committed
Set auth_request off
#570
1 parent 45df819 commit 728a893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ server {
116116
access_log /var/log/nginx/access.log vhost;
117117
location ^~ /.well-known/acme-challenge/ {
118118
auth_basic off;
119+
auth_request off;
119120
allow all;
120121
root /usr/share/nginx/html;
121122
try_files \$uri =404;

0 commit comments

Comments
 (0)