We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f284a36 + 9bb159b commit 77d535cCopy full SHA for 77d535c
app/nginx_location.conf
@@ -1,4 +1,5 @@
1
location /.well-known/ {
2
+ auth_basic off;
3
root /usr/share/nginx/html;
4
try_files $uri =404;
5
}
0 commit comments