nginx-acme.sh-bootstrapping/letsencrypt.conf

4 lines
93 B
Plaintext
Raw Normal View History

2018-05-25 18:16:30 +02:00
location /.well-known/acme-challenge {
alias /var/www/html/.well-known/acme-challenge;
}