diff --git a/roles/webserver/files/etc/apache2/sites-available/dev.thunix.cf-le-ssl.conf b/roles/webserver/files/etc/apache2/sites-available/dev.thunix.cf-le-ssl.conf index 230b893..4ba3cab 100644 --- a/roles/webserver/files/etc/apache2/sites-available/dev.thunix.cf-le-ssl.conf +++ b/roles/webserver/files/etc/apache2/sites-available/dev.thunix.cf-le-ssl.conf @@ -10,28 +10,8 @@ Deny from all +SSLCertificateFile /etc/letsencrypt/live/dev.thunix.cf-0001/fullchain.pem +SSLCertificateKeyFile /etc/letsencrypt/live/dev.thunix.cf-0001/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf -SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem -SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem - - - - - ServerAdmin amcclure@ttm.sh - ServerName dev.thunix.cf - DocumentRoot /var/www/dev.thunix.cf - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - Order deny,allow - Deny from all - -RewriteEngine on -# Some rewrite rules in this file were disabled on your HTTPS site, -# because they have the potential to create redirection loops. - -# RewriteCond %{SERVER_NAME} =dev.thunix.cf -# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] -