resolver does not seem to work with proxy_pass

2015-11-02 Thread SpolFirst SpolMiddle SpolLast
I have setup nginx (1.9.5) as a proxy for few tomcat servers through proxy_pass directive. The proxy_pass points to a domain name (aws route53). The proxying works okay, but domain name is resolved only during nginx startup/reload. I have setup the resolver to force resolving domain name every few

Problem with On The Fly Upgrade

2015-11-02 Thread Benji Taylor
I am currently experiencing an issue using the on the fly upgrade feature of nginx. I am attempting the upgrade going from 1.4.1 to 1.8.1 on Ubuntu 12.04. Here is the process I am utilizing: Here is initial look at my running nginx: /etc/nginx# ps aux | grep nginx root 18779 0.5 0.6 416156

Re: different centos version + different nginx version make different performance

2015-11-02 Thread steve
Hi, On 11/02/2015 08:48 PM, Xiaokai Wang wrote: hi all, Sorry to bother you again, I find pictures cannt show clearly, so copy statistics below. thanks again. I find a performace decreasing when I update centos5.4 to centos7.1 and the same time nginx-1.2.7 to nginx-1.8.0. Exacte

log_subrequest and auth_request

2015-11-02 Thread jstangroome
Hi, I have set `log_subrequest on;` at the http level and I am using to `auth_request` to a location that does a `proxy_pass` but I am not seeing the details of the auth subrequest in the access.log. Should this work? Conf: > log_subrequest on; > server{ > location / { > auth_request /auth

Re: Custom Module Directive is Duplicate? Error in conf?

2015-11-02 Thread de_nginx_noob
I understand now. Thank You! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262425,262566#msg-262566 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Set up version control of local files with the help of nginx server

2015-11-02 Thread Axel Rosenski
Hey, Am Sunday 01 November 2015, 13:00:58 schrieb Scott E. MacKenzie: > Suggest looking at gitlab: > https://about.gitlab.com/downloads/ > > It works well with Nginx and meets most needs for version control. If you > stick with the standard bundle and plugins then your upgrade management for > g