update config
This commit is contained in:
parent
b75b3e8871
commit
37ed8e55cb
1 changed files with 2 additions and 6 deletions
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue