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

6 lines
140 B
Plaintext
Raw Permalink Normal View History

2021-12-06 13:29:20 +00:00
# Certbot Renewal
location ^~ /.well-known/acme-challenge/ {
root /usr/share/nginx/html;
allow all;
default_type "text/plain";
}