removed DebugLevel, changed umask

This commit is contained in:
HolySephi
2015-02-06 10:42:46 +01:00
parent 8fab2ae8f0
commit 67fb2e1f59

View File

@@ -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