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