Skip to content

Instantly share code, notes, and snippets.

@razbakov
Last active March 24, 2025 21:19
Show Gist options
  • Select an option

  • Save razbakov/5d4703531345e6817a9c to your computer and use it in GitHub Desktop.

Select an option

Save razbakov/5d4703531345e6817a9c to your computer and use it in GitHub Desktop.

Revisions

  1. razbakov revised this gist Aug 26, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions jenkins.conf
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    <Virtualhost *:80>
    ServerName test.kirchbergerknorr.de
    ServerName your.url.com
    ProxyRequests Off
    ProxyPreserveHost On
    AllowEncodedSlashes NoDecode
    @@ -11,5 +11,5 @@

    ProxyPass / http://localhost:8080/ nocanon
    ProxyPassReverse / http://localhost:8080/
    ProxyPassReverse / http://test.kirchbergerknorr.de/
    ProxyPassReverse / http://your.url.com/
    </Virtualhost>
  2. razbakov created this gist Aug 26, 2014.
    15 changes: 15 additions & 0 deletions jenkins.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    <Virtualhost *:80>
    ServerName test.kirchbergerknorr.de
    ProxyRequests Off
    ProxyPreserveHost On
    AllowEncodedSlashes NoDecode

    <Proxy http://localhost:8080/*>
    Order deny,allow
    Allow from all
    </Proxy>

    ProxyPass / http://localhost:8080/ nocanon
    ProxyPassReverse / http://localhost:8080/
    ProxyPassReverse / http://test.kirchbergerknorr.de/
    </Virtualhost>