nginx-install/nginxsnippets/block-htaccess.conf
2024-10-28 15:03:22 +01:00

5 lines
43 B
Plaintext

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