diff --git a/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf
index 2149102..49ec10e 100644
--- a/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf
+++ b/roles/webserver/files/etc/apache2/sites-available/stats.thunix.net.conf
@@ -10,20 +10,19 @@
-## DO NOT ENABLE UNTIL CERTBOT HAS BEEN RAN FOR STATS.THUNIX.NET! (Remove this notice once enabled)
-#
-#
-# ServerAdmin webmaster@thunix.net
-# ServerName stats.thunix.net
-# DocumentRoot /var/www/stats.thunix.net
-# ErrorLog ${APACHE_LOG_DIR}/error.log
-# CustomLog ${APACHE_LOG_DIR}/access.log combined
-#
-# Order deny,allow
-# Deny from all
-#
-# SSLCertificateFile /etc/letsencrypt/live/stats.thunix.net/fullchain.pem
-# SSLCertificateKeyFile /etc/letsencrypt/live/stats.thunix.net/privkey.pem
-# Include /etc/letsencrypt/options-ssl-apache.conf
-#
-#
+
+
+ ServerAdmin webmaster@thunix.net
+ ServerName stats.thunix.net
+ DocumentRoot /var/www/stats.thunix.net
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+ Order deny,allow
+ Deny from all
+
+ SSLCertificateFile /etc/letsencrypt/live/stats.thunix.net/fullchain.pem
+ SSLCertificateKeyFile /etc/letsencrypt/live/stats.thunix.net/privkey.pem
+ Include /etc/letsencrypt/options-ssl-apache.conf
+
+