Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

2015-10-15 Thread edofthemountain
Thank you Nurahmadie. Removal of trailing slash did not help sadly. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262255,262257#msg-262257 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

2015-10-15 Thread Nurahmadie Nurahmadie
Hi ed, On Fri, Oct 16, 2015 at 4:42 AM, edofthemountain wrote: > How can I configure NGINX to pass > > http://172.17.144.123/jenkins > to this > http://172.17.144.123:8080/jenkins > > I have Gitlab + NGINX and Jenkins running on the same CentOS 6.7 machine. > > I access Jenkins with the followin

Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

2015-10-15 Thread edofthemountain
How can I configure NGINX to pass http://172.17.144.123/jenkins to this http://172.17.144.123:8080/jenkins I have Gitlab + NGINX and Jenkins running on the same CentOS 6.7 machine. I access Jenkins with the following URL: http://172.17.144.123:8080/jenkins/ GitLab opens using this URL: http://1

Re: [ANNOUNCE] ngx_brotli

2015-10-15 Thread George
cheers Piotr :) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262088,262254#msg-262254 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

nginx forum now delivering content via HTTP/2

2015-10-15 Thread Jim Ohlstein
Thanks to the assistance of Sergey Budnevitch and Maxim Konovalov in getting an SSL certificate, the forum is now delivering content via HTTP/2, showcasing this new capability of nginx. Those using browsers from the days before dinosaurs (like IE6 on XP) may have some difficulties reaching the

Re: [ANNOUNCE] ngx_brotli

2015-10-15 Thread Piotr Sikora
Hey George, > Piotr just installed ngx_brotli on my Nginx stack and works nicely in > Firefox 44 nightly tests. However, it might have broken ngx_pagespeed > support for me in Firefox 44 nightly > https://github.com/pagespeed/ngx_pagespeed/issues/1021. Well, that's disappointing... Thanks for tes