From 37ed8e55cb20450713086885e5cb1e60046606dc Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 8 Jun 2018 14:19:01 +0200 Subject: [PATCH] update config --- rootfs/etc/confd/templates/proftpd.conf.tmpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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}}