ska-referee-test/nginx/certbot-challenge.conf

6 lines
148 B
Plaintext

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