Files
nginx-snippets/block-htaccess.conf
2025-12-19 15:48:34 +01:00

5 lines
43 B
Plaintext

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