mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-09-11 00:19:52 +02:00
better for security using 022 for local_umask and anon_umask is better than 002 , it will create default 755 folders and 644 files (instead of 775) : 777 - 775 = 002 777 - 755 = 022 i think this must change in all vsftpd.conf files in install folder regards