removed DebugLevel, changed umask
This commit is contained in:
@@ -82,7 +82,7 @@ DefaultServer on
|
||||
# The DebugLevel directive configures the debugging level the server will use when logging.
|
||||
# The level parameter must be between 0 and 9.
|
||||
# This configuration directive will take precedence over any command-line debugging options used.
|
||||
DebugLevel 9
|
||||
#DebugLevel 9
|
||||
|
||||
# Cause every FTP user except adm to be chrooted into their home directory
|
||||
DefaultRoot ~ !adm
|
||||
@@ -347,7 +347,7 @@ ControlsLog /var/log/proftpd/controls.log
|
||||
|
||||
# Umask 022 is a good standard umask to prevent new dirs and files
|
||||
# from being group and world writable
|
||||
Umask 022
|
||||
Umask 077
|
||||
|
||||
# Allow users to overwrite files and change permissions
|
||||
AllowOverwrite yes
|
||||
|
||||
Reference in New Issue
Block a user