From 0e43e228bfa59b6055e9a9ac5de7d245afb90fb3 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 28 Jun 2023 19:05:13 +0000 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf' --- .../files/etc/apache2/sites-available/ftp.thunix.net.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf index a13ab13..737955d 100644 --- a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.net.conf @@ -1,6 +1,7 @@ - + ServerAdmin webmaster@thunix.net ServerName ftp.thunix.net + SSLEngine on DocumentRoot /var/www/ftp.thunix.cf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -16,4 +17,6 @@ Options Indexes SymLinksIfOwnerMatch FollowSymLinks ErrorDocument 404 default - +SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem +SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem + \ No newline at end of file