mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-21 04:08:21 +02:00
increase proxy timeout to avoid aborting websocket connections
This commit is contained in:
parent
615e1fcc07
commit
7a177b7166
@ -24,5 +24,10 @@ server {
|
|||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
|
|
||||||
|
proxy_read_timeout 6h;
|
||||||
|
proxy_send_timeout 6h;
|
||||||
|
client_body_timeout 6h;
|
||||||
|
send_timeout 6h;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,10 @@ server {
|
|||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
|
|
||||||
|
proxy_read_timeout 6h;
|
||||||
|
proxy_send_timeout 6h;
|
||||||
|
client_body_timeout 6h;
|
||||||
|
send_timeout 6h;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user