fix certbot verification path

This commit is contained in:
2020-08-22 09:59:26 -05:00
parent 4f2e05439e
commit 302b6525f6
4 changed files with 3 additions and 10 deletions

View File

@ -6,7 +6,7 @@ server {
server_name {{ grafana_domain }};
location /.well-known/acme-challenge/ {
root /var/www/.acme-challenge;
root /var/www/html;
try_files $uri =404;
}