mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update proftpd.conf
This commit is contained in:
parent
d04a97c943
commit
464f8075f3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
<Global>
|
||||
Umask 002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue