Skip to content

Commit 77d535c

Browse files
committed
Merge pull request #14 from JSurf/master
Disable basic auth for letsencrypt challenge
2 parents f284a36 + 9bb159b commit 77d535c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/nginx_location.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
location /.well-known/ {
2+
auth_basic off;
23
root /usr/share/nginx/html;
34
try_files $uri =404;
45
}

0 commit comments

Comments
 (0)