blacksaildivision / lamponsteroids

Pack of Ansible roles for CentOS to set up a robust and secure web server
25 stars 15 forks source link

Fix access to ./well-known #85

Open blacksaildivision opened 7 years ago

blacksaildivision commented 7 years ago

When trying to request .well-known in nginx we got 403 forbidden because of a rule that is blocking access to . files. We need to fix that problem. Also there is invalid path - /var/www/letsencrypt/ should be /var/lib/letsencrypt