Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Non-SSL
- <VirtualHost *:80>
- ServerName structures.eveskillboard.com
- DocumentRoot "/var/www/html/structures/public"
- </VirtualHost>
- SSL
- <VirtualHost *:443>
- ServerName structures.eveskillboard.com
- DocumentRoot "/var/www/html/structures/public"
- SSLEngine on
- SSLCertificateFile /etc/ssl/certs/eveskillboard.com.crt
- SSLCertificateKeyFile /etc/ssl/private/eveskillboard.com.key
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement