Created
December 30, 2012 23:05
-
-
Save cmastudios/4415907 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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