Skip to content

Instantly share code, notes, and snippets.

@cmastudios
Created December 30, 2012 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmastudios/4415907 to your computer and use it in GitHub Desktop.
Save cmastudios/4415907 to your computer and use it in GitHub Desktop.
# BEGIN Jenkins
<VirtualHost *:80>
ServerName ci.cmastudios.me
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
ProxyRequests off
<Proxy http://localhost:8080/*>
Order deny,allow
Allow from all
</Proxy>
</VirtualHost>
# END Jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment