nginxsnippets/block-htaccess.conf
2025-08-08 12:25:26 +02:00

5 lines
43 B
Plaintext

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