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