diff --git a/rootfs/etc/confd/templates/proftpd.conf.tmpl b/rootfs/etc/confd/templates/proftpd.conf.tmpl index b714f2b..d69d7d1 100644 --- a/rootfs/etc/confd/templates/proftpd.conf.tmpl +++ b/rootfs/etc/confd/templates/proftpd.conf.tmpl @@ -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 - DenyAll -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}}