remove acme and increase connections
This commit is contained in:
parent
684df74559
commit
627b2e9606
1 changed files with 3 additions and 4 deletions
|
|
@ -109,11 +109,10 @@
|
|||
enable = true;
|
||||
config = ''
|
||||
global
|
||||
log /dev/log local0
|
||||
maxconn 4096
|
||||
# for ACME/Let's Encrypt cert + key in one file:
|
||||
log /dev/log format raw local0
|
||||
maxconn 50000
|
||||
stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners
|
||||
crt-base /var/lib/acme
|
||||
tune.bufsize 32762
|
||||
|
||||
defaults
|
||||
log global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue