Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. /etc/httpd/sites-enabled/grambot.tk.conf
  2. <VirtualHost *:80>
  3. ServerName www.grambot.tk
  4. ServerAlias grambot.tk
  5. DocumentRoot /var/www/grambot.tk
  6. ErrorLog /var/log/httpd/grambot.tk_error.log
  7. CustomLog /var/log/httpd/grambot.tk_requests.log combined
  8. </VirtualHost>
  9.  
  10. /etc/httpd/sites-available/whereismycar.tk.conf
  11. <VirtualHost *:80>
  12. ServerName www.whereismycar.tk
  13. ServerAlias whereismycar.tk
  14. DocumentRoot /var/www/whereismycar.tk
  15. ErrorLog /var/log/httpd/whereismycar.tk_error.log
  16. CustomLog /var/log/httpd/whereismycar.tk_requests.log combined
  17. </VirtualHost>
  18.  
  19. /etc/httpd/sites-enabled/grambot.tk-le-ssl.conf
  20. <IfModule mod_ssl.c>
  21. <VirtualHost *:443>
  22. ServerName www.grambot.tk
  23. ServerAlias grambot.tk
  24. DocumentRoot /var/www/grambot.tk
  25. ErrorLog /var/log/httpd/grambot.tk_error.log
  26. CustomLog /var/log/httpd/grambot.tk_requests.log combined
  27. SSLEngine on
  28. SSLProtocol TLSv1.2
  29. SSLCertificateFile /etc/letsencrypt/live/www.whereismycar.tk/cert.pem
  30. SSLCertificateKeyFile /etc/letsencrypt/live/www.whereismycar.tk/privkey.pem
  31. Include /etc/letsencrypt/options-ssl-apache.conf
  32. SSLCertificateChainFile /etc/letsencrypt/live/www.whereismycar.tk/chain.pem
  33. </VirtualHost>
  34.  
  35. </IfModule>
  36.  
  37. /etc/httpd/sites-enabled/whereismycar.tk-le-ssl.conf
  38. <IfModule mod_ssl.c>
  39. <VirtualHost *:443>
  40. ServerName www.whereismycar.tk
  41. ServerAlias whereismycar.tk
  42. DocumentRoot /var/www/whereismycar.tk
  43. ErrorLog /var/log/httpd/whereismycar.tk_error.log
  44. CustomLog /var/log/httpd/whereismycar.tk_requests.log combined
  45. SSLEngine on
  46. SSLProtocol TLSv1.2
  47. SSLCertificateFile /etc/letsencrypt/live/www.whereismycar.tk/cert.pem
  48. SSLCertificateKeyFile /etc/letsencrypt/live/www.whereismycar.tk/privkey.pem
  49. Include /etc/letsencrypt/options-ssl-apache.conf
  50. SSLCertificateChainFile /etc/letsencrypt/live/www.whereismycar.tk/chain.pem
  51. </VirtualHost>
  52.  
  53. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement