What is the meaning of the following particular locationlocation block in Nginx?
location ~ /\.ht {
deny all;
}
I ask since I have a small WordPress site and I removed this block from its site confconfiguration and restarted the server but the site kept working fine, seemingly.