[proftpd.conf] On autorise plus de clients sur babar
Ignore-this: d22c5048ce9a2c521c3ad5165b7aa8c7 Il y a 3 caméras + monit qui peuvent se connecter au FTP de babar, donc on autorise plus de 3 connexions simultanées... darcs-hash:20120516115519-108b1-d8be1145d444ccdd30a00449a84bd3fa5afde3ec.gz
This commit is contained in:
parent
3fa286e62b
commit
a2b7e37f1c
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
include("ip")
|
||||
|
||||
@#
|
||||
@# Config geree par bcfg2
|
||||
@#
|
||||
@# /etc/proftpd.conf -- This is a basic ProFTPD configuration file.
|
||||
@# To really apply changes reload proftpd after modifications.
|
||||
|
@ -46,7 +48,7 @@ print 'ServerName "%s"' % hostname
|
|||
@# in standalone mode, in inetd mode you should use an inetd server
|
||||
@# that allows you to limit maximum number of processes per service
|
||||
@# (such as xinetd)
|
||||
@MaxInstances 3
|
||||
@MaxInstances 10
|
||||
@
|
||||
@# Set the user and group that the server normally runs at.
|
||||
@User nobody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue