mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add missing ;
This commit is contained in:
parent
830deb9b44
commit
3a4a246ca8
@ -27,7 +27,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