Advertisement
Guest User

Untitled

a guest
May 4th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <VirtualHost *:443>
  2. SSLEngine On
  3. SSLCertificateFile /root/certs/MyCertificate.crt
  4. SSLCertificateKeyFile /root/certs/MyKey.key
  5.  
  6.  
  7. ServerAdmin info@mydomain.com
  8. ServerName www.mydomain.com
  9. ServerAlias mydomain.com
  10. DocumentRoot /home/spunky/public/mydomain.com/public
  11. #ErrorLog /var/www/html/mydomain.com/log/error.log
  12. #CustomLog /var/www/html/mydomain.com/log/access.log combined
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement