Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. <VirtualHost *:443>
  3. ServerAdmin webmaster@localhost
  4. DocumentRoot /var/www/html
  5.  
  6. <Directory /var/www/html/>
  7. Options FollowSymLinks
  8. AllowOverride All
  9. Require all granted
  10. </Directory>
  11.  
  12. ErrorLog ${APACHE_LOG_DIR}/error.log
  13. CustomLog ${APACHE_LOG_DIR}/access.log combined
  14. SSLCertificateFile /etc/letsencrypt/live/arshift.com/fullchain.pem
  15. SSLCertificateKeyFile /etc/letsencrypt/live/arshift.com/privkey.pem
  16. Include /etc/letsencrypt/options-ssl-apache.conf
  17. </VirtualHost>
  18. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement