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