Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. <VirtualHost *:443>
  3. ServerName cloud.kekistan.info
  4. ServerAlias owncloud.kekistan.info
  5.  
  6. SSLProxyEngine On
  7. ProxyPass / https://192.168.0.10/
  8. ProxyPassReverse / https://192.168.0.10/
  9.  
  10.  
  11. ErrorLog ${APACHE_LOG_DIR}/kekistan.info/owncloud/error.log
  12. CustomLog ${APACHE_LOG_DIR}/kekistan.info/owncloud/access.log combined
  13.  
  14.  
  15. SSLEngine on
  16. SSLProxyVerify none
  17. SSLProxyCheckPeerCN off
  18. SSLProxyCheckPeerName off
  19. SSLProxyCheckPeerExpire off
  20. SSLCertificateFile /etc/letsencrypt/live/cloud.kekistan.info/fullchain.pem
  21. SSLCertificateKeyFile /etc/letsencrypt/live/cloud.kekistan.info/privkey.pem
  22. Include /etc/letsencrypt/options-ssl-apache.conf
  23. </VirtualHost>
  24. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement