Skip to content

Instantly share code, notes, and snippets.

@KarlBaumann
Created February 26, 2016 16:10
Show Gist options
  • Save KarlBaumann/1b749c9eb87ac5142637 to your computer and use it in GitHub Desktop.
Save KarlBaumann/1b749c9eb87ac5142637 to your computer and use it in GitHub Desktop.
NameVirtualHost pornhub.com:443
<VirtualHost pornhub.com:443>
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/ca.crt
SSLCertificateKeyFile /etc/pki/tls/private/ca.key
<Directory /var/www/vhosts/pornhub.com>
AllowOverride All
</Directory>
DocumentRoot /var/www/vhosts/pornhub.com
ServerName pornhub.com
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment