nginx-config/public/templates/conf/nginxconfig.io/letsencrypt.conf.html
2019-06-05 17:24:49 +02:00

4 lines
132 B
HTML

# ACME-challenge
location ^~ /.well-known/acme-challenge/ {
root {{ data.directory_letsencrypt.replace(endingSlashRegex, '') }};
}