finally find error, fix it

This commit is contained in:
einhornimmond 2025-05-22 08:56:57 +02:00
parent e78f8f8970
commit 753b5b9d58

View File

@ -12,7 +12,7 @@ server {
# protect from slow loris
client_body_timeout 10s;
client_header_timeout 10s;
send_timeout 10s
send_timeout 10s;
# protect from range attack (in http header)
if ($http_range ~ "d{9,}") {