##
## acmetool-nginx.conf -- NGINX configuration for ACMETool
location /.well-known/acme-challenge/ {
alias @l_prefix@/var/acmetool/root/;
}