summaryrefslogtreecommitdiff
path: root/apache2/sites-available/zzz_wrong.example.com.conf
blob: 467f6661441c35e29a09dbae699c8cbc3f88ad37 (plain)
  1. <VirtualHost *:80>
  2. ServerName wrong.example.com
  3. ServerAlias wrong
  4. ServerAdmin webmaster@example.com
  5. DocumentRoot /home/webmaster/public_websites/wrong.example.com
  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 *:443>
  10. ServerName wrong.example.com
  11. ServerAdmin webmaster@example.com
  12. DocumentRoot /home/webmaster/public_websites/wrong.example.com
  13. Include conf-available/local-tls.conf
  14. ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log
  15. CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined
  16. </VirtualHost>