| by Scott Kilroy | No comments

Nginx with certbot

Remember when setting up certbot using nginx to turn off the line in your config that blocks files that start with .
This line:
location ~ /\. { access_log off; log_not_found off; deny all; }
A good guide can be found here
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04

Share Button

Leave a Reply