Skip to content

Instantly share code, notes, and snippets.

@daicham
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save daicham/17c2234eb8b8ab20f4df to your computer and use it in GitHub Desktop.

Select an option

Save daicham/17c2234eb8b8ab20f4df to your computer and use it in GitHub Desktop.

Revisions

  1. daicham revised this gist Jun 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion proxy.conf
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,4 @@
    ProxyPass /jenkins http://localhost:8080/jenkins nocanon
    ProxyPassReverse /jenkins http://localhost:8080/jenkins
    ProxyRequests off
    AllowEncodedSlashes On
    AllowEncodedSlashes on
  2. daicham revised this gist Jun 8, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion proxy.conf
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    # see also: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken
    # See also: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken
    # Tested on Apache2.2.15/CentOS6

    # /etc/httpd/conf.d/proxy.conf
    ProxyPass /jenkins http://localhost:8080/jenkins nocanon
  3. daicham revised this gist Jun 8, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions proxy.conf
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    # see also: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken

    # /etc/httpd/conf.d/proxy.conf
    ProxyPass /jenkins http://localhost:8090/jenkins nocanon
    ProxyPassReverse /jenkins http://localhost:8090/jenkins
    ProxyPass /jenkins http://localhost:8080/jenkins nocanon
    ProxyPassReverse /jenkins http://localhost:8080/jenkins
    ProxyRequests off
    AllowEncodedSlashes On
  4. daicham created this gist Jun 8, 2015.
    7 changes: 7 additions & 0 deletions proxy.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    # see also: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken

    # /etc/httpd/conf.d/proxy.conf
    ProxyPass /jenkins http://localhost:8090/jenkins nocanon
    ProxyPassReverse /jenkins http://localhost:8090/jenkins
    ProxyRequests off
    AllowEncodedSlashes On