Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. <VirtualHost *:443>
  3. ServerAdmin webmaster@localhost
  4. ServerName pixelboii.wtf
  5. ServerAlias www.pixelboii.wtf
  6. DocumentRoot /var/www/main
  7. <Location /nodejs>
  8. ProxyPass http://178.62.81.201:3000/
  9. ProxyPassReverse http://178.62.81.201:3000/
  10. </Location>
  11. ErrorLog ${APACHE_LOG_DIR}/error.log
  12. CustomLog ${APACHE_LOG_DIR}/access.log combined
  13.  
  14. SSLCertificateFile /etc/letsencrypt/live/pixelboii.wtf/fullchain.pem
  15. SSLCertificateKeyFile /etc/letsencrypt/live/pixelboii.wtf/privkey.pem
  16. Include /etc/letsencrypt/options-ssl-apache.conf
  17. </VirtualHost>
  18. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement