Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <VirtualHost test_site:443>
  2. DocumentRoot "C:/xampp/htdocs/test_site/public"
  3. ServerName test_site
  4. <Directory "C:/xampp/htdocs/test_site/public">
  5. Require all granted
  6. </Directory>
  7. SSLEngine on
  8. SSLCertificateFile "conf/ssl.crt/server.crt"
  9. SSLCertificateKeyFile "conf/ssl.key/server.key"
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement