Remove a wrong endif.
This commit is contained in:
parent
f86b1a196d
commit
98d49b2ed3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue