On Fri, Oct 25, 2013 at 01:25:10PM +0200, Philipp Kraus wrote:
> Am 25.10.2013 um 10:01 schrieb Francis Daly :
Hi there,
> > https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy
> > looks like it may have useful information.
>
> I have used this how to, but I cannot
Hi,
Am 25.10.2013 um 10:01 schrieb Francis Daly :
> https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy
> looks like it may have useful information.
I have used this how to, but I cannot create a working solution
> Fix jenkins so that it knows it is below /jenkins/,
On Fri, Oct 25, 2013 at 07:57:01AM +0200, Philipp Kraus wrote:
Hi there,
> I would like to configure ngix with jenkins, nginx should be a proxy for the
> jenkins instance. I have configuration the proxy pass options in this way:
>
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+N
Hello,
I would like to configure ngix with jenkins, nginx should be a proxy for the
jenkins instance. I have configuration the proxy pass options in this way:
location /jenkins {
proxy_pass http://localhost:8080/;
proxy_redirect off;
proxy_set_header Ho