Skip to content

Instantly share code, notes, and snippets.

@tigefa4u
Last active August 29, 2015 13:56
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 tigefa4u/9262673 to your computer and use it in GitHub Desktop.
Save tigefa4u/9262673 to your computer and use it in GitHub Desktop.
jenkins configuration
<VirtualHost *:80>
ServerAdmin sugeng@tigefa.org
ServerName ci.tigefa.org
ServerAlias ci.tigefa.org
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost on
ProxyPass / http://localhost:8080/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment