diff --git a/src/hubzilla.conf b/src/hubzilla.conf
deleted file mode 100644
index a71cbb3..0000000
--- a/src/hubzilla.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-
- ServerName {{DOMAIN}}
- Redirect permanent / https://{{DOMAIN}}/
-
-
-
- ServerName {{DOMAIN}}
-
- DocumentRoot /var/www/html
-
- AllowOverride All
- Require all granted
-
-
- SSLEngine on
- SSLCertificateFile /etc/ssl/certs/{{DOMAIN}}.crt
- SSLCertificateKeyFile /etc/ssl/private/{{DOMAIN}}.key
-
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
-