Guest User

Untitled

a guest
Oct 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <VirtualHost ip:*>
  2. ServerName jupyter.company.com
  3.  
  4. ProxyPass / http://ip:8000/
  5. ProxyPassReverse / http://ip:8000/
  6. ProxyRequests Off
  7. </VirtualHost>
Add Comment
Please, Sign In to add comment