summaryrefslogtreecommitdiff
path: root/apache2/sites-available/0_default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/sites-available/0_default.conf')
-rw-r--r--apache2/sites-available/0_default.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/apache2/sites-available/0_default.conf b/apache2/sites-available/0_default.conf
deleted file mode 100644
index c67729f..0000000
--- a/apache2/sites-available/0_default.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-<VirtualHost _default_:80>
- ServerAdmin webmaster@localhost
- DocumentRoot /var/www/html
-
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
-</VirtualHost>
-<VirtualHost _default_:443>
- DocumentRoot /var/www/html
-
- Include conf-available/local-tls.conf
-
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
-</VirtualHost>