nginx-install/nginxsnippets/block-htaccess.conf

5 lines
43 B
Plaintext

location ~ /\.ht {
deny all;
return 404;
}