Advertisement
Guest User

Untitled

a guest
Sep 28th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. # domain: stvconnection.net
  2. # public: /home/reseller2/public_html
  3.  
  4. <VirtualHost *:80>
  5. ServerAdmin webmaster@stvconnection.net
  6. ServerName stvconnection.net
  7. ServerAlias www.stvconnection.net
  8. DocumentRoot /home/reseller2/public_html/
  9. Redirect / https://stvconnection.net
  10. # Log file locations
  11. ErrorLog /home/reseller2/public_html/log/error.log
  12. CustomLog /home/reseller2/public_html/log/access.log combined
  13. </VirtualHost>
  14.  
  15. #<VirtualHost *:443>
  16. # SSLEngine On
  17. # SSLCertificateFile /home/reseller2/certificates/websitecert.crt
  18. # SSLCertificateKeyFile /home/reseller2/certificates/stvconnection.key
  19. # SSLCACertificateFile /home/reseller2/certificates/chaincert.crt
  20. #
  21. # ServerAdmin webmaster@stvconnection.net
  22. # ServerName stvconnection.net
  23. # ServerAlias www.stvconnection.net
  24. # DocumentRoot /home/reseller2/public_html/
  25. # # Log file locations
  26. # ErrorLog /home/reseller2/public_html/logs/error.log
  27. # CustomLog /home/reseller2/public_html/logs/access.log combined
  28. #</VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement