mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -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
|
UseReverseDNS off
|
||||||
User proftpd
|
User proftpd
|
||||||
Group nogroup
|
Group nogroup
|
||||||
MaxInstances 20
|
MaxInstances 100
|
||||||
UseSendfile off
|
UseSendfile off
|
||||||
LogFormat default "%h %l %u %t \"%r\" %s %b"
|
LogFormat default "%h %l %u %t \"%r\" %s %b"
|
||||||
LogFormat auth "%v [%P] %h %t \"%r\" %s"
|
LogFormat auth "%v [%P] %h %t \"%r\" %s"
|
||||||
ListOptions -a
|
ListOptions -a
|
||||||
RequireValidShell off
|
RequireValidShell off
|
||||||
PassivePorts 12000 12100
|
PassivePorts 12000 12100
|
||||||
|
TransferLog /var/log/proftpd/xferlog
|
||||||
|
SystemLog /var/log/proftpd/proftpd.log
|
||||||
|
|
||||||
<Global>
|
<Global>
|
||||||
Umask 002
|
Umask 002
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue