Remove a wrong endif.

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

View File

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