ansible-roles/webapps/mattermost/templates/letsencrypt.conf.j2

6 lines
110 B
Plaintext
Raw Normal View History

location ~ /.well-known/acme-challenge {
alias /var/lib/letsencrypt/;
try_files $uri =404;
allow all;
}