I have a Nginx server, and disabled hidden files in the nginx_vhost.conf
## Disable .htaccess and other hidden files location ~ /\. { deny all; access_log off; log_not_found off; } But LetsEncrypt needs access to the .well-known directory.
How do I allow the .well-known directory and deny the other hidden files?
.htaccessfiles. It has configuraiton files but they aren't called.htaccess, nor do they work the same.