Advertisement
Guest User

Untitled

a guest
May 25th, 2018
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Non-SSL
  2. <VirtualHost *:80>
  3. ServerName structures.eveskillboard.com
  4. DocumentRoot "/var/www/html/structures/public"
  5. </VirtualHost>
  6.  
  7. SSL
  8. <VirtualHost *:443>
  9. ServerName structures.eveskillboard.com
  10. DocumentRoot "/var/www/html/structures/public"
  11. SSLEngine on
  12. SSLCertificateFile /etc/ssl/certs/eveskillboard.com.crt
  13. SSLCertificateKeyFile /etc/ssl/private/eveskillboard.com.key
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement