Files
nginx-snippets/block-htaccess.conf
2025-11-02 11:49:39 +01:00

5 lines
43 B
Plaintext

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