Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. <VirtualHost *:443>
  3. ServerName kb.vahynetto.cz
  4. DocumentRoot "/var/www/kb.vahynetto.cz"
  5. ServerAdmin richard.bukovansky@vahynetto.cz
  6.  
  7. ErrorLog "/var/log/httpd/kb.vahynetto.cz-error.log"
  8. CustomLog "/var/log/httpd/kb.vahynetto.cz-access.log" combined
  9.  
  10. <Directory "/var/www/kb.vahynetto.cz">
  11. DirectoryIndex index.php
  12. Options FollowSymlinks
  13. AllowOverride All
  14. Require all granted
  15. </Directory>
  16. SSLCertificateFile /etc/letsencrypt/live/kb.vahynetto.cz/fullchain.pem
  17. SSLCertificateKeyFile /etc/letsencrypt/live/kb.vahynetto.cz/privkey.pem
  18. Include /etc/letsencrypt/options-ssl-apache.conf
  19. </VirtualHost>
  20. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement