mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
deb11 proftpd identlookups fix
This commit is contained in:
parent
3fdf72082e
commit
fb98936297
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ SystemLog /var/log/proftpd/proftpd.log
|
||||||
|
|
||||||
<Global>
|
<Global>
|
||||||
Umask 002
|
Umask 002
|
||||||
IdentLookups off
|
<IfModule mod_ident.c>
|
||||||
|
IdentLookups off
|
||||||
|
</IfModule>
|
||||||
AllowOverwrite yes
|
AllowOverwrite yes
|
||||||
<Limit ALL SITE_CHMOD>
|
<Limit ALL SITE_CHMOD>
|
||||||
AllowAll
|
AllowAll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue