diff --git a/Python/etc/proftpd/proftpd.conf b/Python/etc/proftpd/proftpd.conf index c9934a1..e948e01 100644 --- a/Python/etc/proftpd/proftpd.conf +++ b/Python/etc/proftpd/proftpd.conf @@ -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