summaryrefslogtreecommitdiff
path: root/apache2/sites-available/0_default
blob: ce390fb0d0a677a634a4ddad03edf6cf4280b21f (plain)
  1. <VirtualHost *:443>
  2. ServerName wrong.example.com
  3. ServerAdmin webmaster@example.com
  4. DocumentRoot /home/webmaster/public_websites/wrong.example.com
  5. Include conf.d/local-ssl.conf
  6. ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log
  7. CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined
  8. </VirtualHost>
  9. <VirtualHost *:80>
  10. ServerName wrong.example.com
  11. ServerAlias wrong
  12. ServerAdmin webmaster@example.com
  13. DocumentRoot /home/webmaster/public_websites/wrong.example.com
  14. ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log
  15. CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined
  16. </VirtualHost>