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