tweak to nginx conf to allow letsencrypt to connect in

This commit is contained in:
Ric Harvey
2016-07-22 16:04:46 +01:00
parent 57a17143c2
commit e0b098f951
2 changed files with 10 additions and 0 deletions

View File

@@ -60,4 +60,9 @@ server {
deny all;
}
location ^~ /.well-known {
allow all;
auth_basic off;
}
}