1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00
Commit Graph

3 Commits

Author SHA1 Message Date
Orwah Issa
53cd231148 Update vsftpd.conf
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
2016-06-27 07:03:34 +02:00
Mostafa Amiri
f95e299521 Added use_localtime attribute to vsftpd
By adding this attribute users will get files listing by their local
timezone
2015-12-17 20:40:37 +03:30
Serghey Rodin
e892898874 New vesta installer 2015-10-21 20:10:00 +03:00