mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-01-09 04:13:18 -08:00
53cd231148
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 it's better to change in all vsftpd.conf files (all in install folder) regards