Skip to content

Instantly share code, notes, and snippets.

@Navds
Created February 1, 2019 08:33

Revisions

  1. Navds created this gist Feb 1, 2019.
    13 changes: 13 additions & 0 deletions jenkins_vhost.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <VirtualHost *:80>
    ServerName jenkins.navds.intra
    ProxyPass / http://localhost:8080/ nocanon
    ProxyPassReverse / http://localhost:8080/

    ProxyRequests Off
    AllowEncodedSlashes NoDecode

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