From 678e3a774b02732e816563d3238542b58160892f Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Mon, 28 Jan 2019 11:12:36 -0500 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf' --- .../sites-available/ftp.thunix.cf.conf | 29 +++++++++++++++---- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf index 9d70d4c..5251955 100644 --- a/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf +++ b/roles/webserver/files/etc/apache2/sites-available/ftp.thunix.cf.conf @@ -1,11 +1,28 @@ ServerAdmin amcclure@ttm.sh - ServerName thunix.cf - DocumentRoot /var/www/thunix.cf + ServerName ftp.thunix.cf + DocumentRoot /var/www/ftp.thunix.cf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined - Order deny,allow - Deny from all - - \ No newline at end of file + Order deny,allow + Deny from all + + + + + + ServerAdmin amcclure@ttm.sh + ServerName ftp.thunix.cf + DocumentRoot /var/www/ftp.thunix.cf + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + Order deny,allow + Deny from all + + SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem + SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem + Include /etc/letsencrypt/options-ssl-apache.conf + + \ No newline at end of file