Added certbot directory for nginx to serve renewal

This commit is contained in:
2022-08-20 15:46:19 +01:00
parent cd57eca7d3
commit 5ec2a86d08
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Certbot Renewal
location ^~ /.well-known/acme-challenge/ {
root /usr/share/nginx/html;
root /usr/share/nginx/html/certbot;
allow all;
default_type "text/plain";
}