Advertisement
linkoi

https_linkoi.conf

Jun 21st, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:443>
  2.     ServerName linkoi.net
  3.     ServerAlias www.linkoi.net
  4.  
  5.     ServerAdmin webmaster@localhost
  6.     DocumentRoot /var/www/html
  7.  
  8.     ErrorLog ${APACHE_LOG_DIR}/error.log
  9.     CustomLog ${APACHE_LOG_DIR}/access.log combined
  10.  
  11.     SSLEngine on
  12.     SSLCertificateFile /etc/apache2/apache2.pem
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement