Fix the dotfiles regexp.

This commit is contained in:
Andrea Dell'Amico 2024-05-03 18:47:45 +02:00
parent 98d49b2ed3
commit 907c17af04
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ server {
return 404;
}
{% elif nginx_block_dangerous_dotfiles %}
location ~ /\.(?ht).* {
location ~ /\.ht.* {
deny all;
access_log off;
log_not_found off;
@ -243,7 +243,7 @@ server {
return 404;
}
{% elif nginx_block_dangerous_dotfiles %}
location ~ /\.(?ht).* {
location ~ /\.ht.* {
deny all;
access_log off;
log_not_found off;