From 3a59f5b7ca020ac9fc1701491676ce564c438710 Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Wed, 31 Aug 2022 17:03:02 +0200 Subject: [PATCH] Add variable 'proftpd_default_address' on virtualhost --- proftpd/templates/ftps.conf.j2 | 2 +- proftpd/templates/sftp.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proftpd/templates/ftps.conf.j2 b/proftpd/templates/ftps.conf.j2 index 33a2cff3..2db74b37 100644 --- a/proftpd/templates/ftps.conf.j2 +++ b/proftpd/templates/ftps.conf.j2 @@ -2,7 +2,7 @@ LoadModule mod_tls.c - + TLSEngine on TLSLog /var/log/proftpd/ftps.log TLSProtocol TLSv1 diff --git a/proftpd/templates/sftp.conf.j2 b/proftpd/templates/sftp.conf.j2 index 9a96e5ef..432e9ba8 100644 --- a/proftpd/templates/sftp.conf.j2 +++ b/proftpd/templates/sftp.conf.j2 @@ -6,7 +6,7 @@ LoadModule mod_sftp.c - + SFTPEngine on Port {{ proftpd_sftp_port }} DefaultRoot ~