Deny access to hidden files for snappymail

This commit is contained in:
Dimitri Huisman
2022-07-15 14:34:39 +00:00
parent ee78a34da4
commit 2a527a38cf

View File

@@ -42,7 +42,7 @@ server {
{% endif %}
}
location ~ /\.ht {
location ~ /\. {
deny all;
}