update config

This commit is contained in:
Sebastian Hugentobler 2018-06-08 14:19:01 +02:00
parent b75b3e8871
commit 37ed8e55cb

View File

@ -1,3 +1,5 @@
Include /etc/proftpd/modules.d/*.conf
ServerName "{{getenv "SERVER_NAME"}}"
ServerType standalone
DefaultServer on
@ -13,17 +15,11 @@ AllowOverwrite on
RequireValidShell off
WtmpLog off
<Limit SITE_CHMOD>
DenyAll
</Limit>
LoadModule mod_site_misc.c
LoadModule mod_ldap.c
LoadModule mod_sftp.c
{{if (getenv "STATIC_USER")}}
LoadModule mod_auth_file.c
AuthUserFile /etc/proftpd/passwd
{{end}}