TechExhibeo

Jenkins Reverse Proxy

Jan 24th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName jenkins.legacyserver.in
  3. ProxyPreserveHost On
  4.  
  5. ProxyPass / http://127.0.0.1:8080/
  6. ProxyPassReverse / http://144.76.38.11:8080/
  7.  
  8. </VirtualHost>
  9.  
  10. <VirtualHost *:80>
  11. ServerName legacyserver.in
  12. DocumentRoot "/srv/http/"
  13.  
  14. </VirtualHost>
Add Comment
Please, Sign In to add comment