summaryrefslogtreecommitdiff
path: root/apache2/sites-available/0_default.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-20 00:06:59 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-20 00:06:59 +0200
commitce8995b0c52f2e0926eaf5369b1c033413a2a098 (patch)
treefa9ef0d180282d4f3e3f56064ef4c97f6ab84097 /apache2/sites-available/0_default.conf
parente451c070e41df31acfcbac17b668649bcbc30634 (diff)
restructure default vhost snippets
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>