mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
finally find error, fix it
This commit is contained in:
parent
e78f8f8970
commit
753b5b9d58
@ -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,}") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user