Update haproxy
This commit is contained in:
parent
28879ad7ad
commit
0b7b7ae118
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@
|
||||||
services.haproxy = {
|
services.haproxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
config = ''
|
||||||
|
defaults
|
||||||
|
timeout connect 10s
|
||||||
|
timeout client 30s
|
||||||
|
timeout server 30s
|
||||||
|
maxconn 3000
|
||||||
|
log global
|
||||||
|
|
||||||
frontend http
|
frontend http
|
||||||
mode http
|
mode http
|
||||||
bind :80
|
bind :80
|
||||||
|
|
Loading…
Reference in a new issue