nginx-install/nginxsnippets/block-htaccess.conf
2024-10-24 12:49:01 +02:00

5 lines
43 B
Plaintext

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