Skip to content

Commit 6ddf29a

Browse files
authored
Merge pull request hestiacp#1 from orwah/orwah-vsftpd.conf-1
Update vsftpd.conf
2 parents 1689ea3 + 9379194 commit 6ddf29a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/debian/8/vsftpd/vsftpd.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
anonymous_enable=NO
22
local_enable=YES
33
write_enable=YES
4-
local_umask=002
4+
local_umask=022
5+
anon_umask=022
56
anon_upload_enable=NO
67
dirmessage_enable=YES
78
xferlog_enable=YES

0 commit comments

Comments
 (0)