summaryrefslogtreecommitdiff
path: root/apache2/sites-available/zzz_wrong.example.com.conf
blob: 2757fb9bd89c3c37e4c002fa6b989978a5a23323 (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.d/local-ssl.conf
  14. ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log
  15. CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined
  16. </VirtualHost>