projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34c8b9
)
increase max-connections drasticly
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 20 Jun 2010 10:00:50 +0000
(12:00 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 20 Jun 2010 10:00:50 +0000
(12:00 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
templates/syslog-ng.conf.erb
patch
|
blob
|
history
diff --git
a/templates/syslog-ng.conf.erb
b/templates/syslog-ng.conf.erb
index
086d509
..
79d5610
100644
(file)
--- a/
templates/syslog-ng.conf.erb
+++ b/
templates/syslog-ng.conf.erb
@@
-127,7
+127,7
@@
source s_all {
<% if hostname == "heininen" -%>
source s_network {
- tcp6(port(5140)
+ tcp6(port(5140)
max-connections(200)
tls( key_file("/etc/exim4/ssl/thishost.key")
cert_file("/etc/exim4/ssl/thishost.crt")
ca_dir("/etc/exim4/ssl/")