BonnyCI / hoist

Hoist up a bonnyci
Apache License 2.0
5 stars 13 forks source link

Don't use /etc/letsencrypt as the webroot #418

Closed jamielennox closed 7 years ago

jamielennox commented 7 years ago

The letsencrypt-nginx role is setting the ansible handler to use the /etc/letsencrypt/webroot dir as the challenge folder and the nginx path to be /var/www/letsencrypt.

It feels more correct to serve it out of /var/www so remove the /etc handling.

Signed-off-by: Jamie Lennox jamielennox@gmail.com