diff --git a/install/debian/10/proftpd/proftpd.conf b/install/debian/10/proftpd/proftpd.conf index 69ec6b2e..3eb0ec2c 100644 --- a/install/debian/10/proftpd/proftpd.conf +++ b/install/debian/10/proftpd/proftpd.conf @@ -14,13 +14,15 @@ AuthOrder mod_auth_pam.c* mod_auth_unix.c UseReverseDNS off User proftpd Group nogroup -MaxInstances 20 +MaxInstances 100 UseSendfile off LogFormat default "%h %l %u %t \"%r\" %s %b" LogFormat auth "%v [%P] %h %t \"%r\" %s" ListOptions -a RequireValidShell off PassivePorts 12000 12100 +TransferLog /var/log/proftpd/xferlog +SystemLog /var/log/proftpd/proftpd.log Umask 002