diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-10-11 19:23:41 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-10-11 19:29:06 +0200 |
commit | 824a5cf9831d0ee8a8f6123c64fab3a9deadea86 (patch) | |
tree | 341a7a170107664ca1cf31bfde09c3fb60fee82c /apache2/sites-available/0_default | |
parent | 5cfbab9215b5ad519150ff2bd5908971cbb7f7d4 (diff) |
fix add extension .conf to apache2 site snippets
Diffstat (limited to 'apache2/sites-available/0_default')
-rw-r--r-- | apache2/sites-available/0_default | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/apache2/sites-available/0_default b/apache2/sites-available/0_default deleted file mode 100644 index ce390fb..0000000 --- a/apache2/sites-available/0_default +++ /dev/null @@ -1,19 +0,0 @@ -<VirtualHost *:443> - ServerName wrong.example.com - ServerAdmin webmaster@example.com - DocumentRoot /home/webmaster/public_websites/wrong.example.com - - Include conf.d/local-ssl.conf - - ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log - CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined -</VirtualHost> -<VirtualHost *:80> - ServerName wrong.example.com - ServerAlias wrong - ServerAdmin webmaster@example.com - DocumentRoot /home/webmaster/public_websites/wrong.example.com - - ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log - CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined -</VirtualHost> |