tweak to nginx conf to allow letsencrypt to connect in
This commit is contained in:
@@ -54,4 +54,9 @@ server {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ^~ /.well-known {
|
||||
allow all;
|
||||
auth_basic off;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user