Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packaging/aleph-vm/etc/haproxy/haproxy-aleph.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ defaults
#option httplog
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000
timeout client 300000
timeout server 300000
errorfile 400 /etc/haproxy/errors/400.http
errorfile 403 /etc/haproxy/errors/403.http
errorfile 408 /etc/haproxy/errors/408.http
Expand Down