Remove certbot request config
This commit is contained in:
parent
5c724783f3
commit
805743bb17
1 changed files with 0 additions and 5 deletions
|
|
@ -8,9 +8,4 @@ server {
|
|||
auth_basic "Restricted";
|
||||
auth_basic_user_file auth.htpasswd;
|
||||
}
|
||||
|
||||
# Disable authentication for certbot challenge dir.
|
||||
location /.well-known/acme-challenge/ {
|
||||
auth_basic off;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue