Re: Fastcgi_pass, resolver, and validating functionality.

2016-12-22 Thread Maxim Dounin
Hello! On Thu, Dec 22, 2016 at 11:55:00AM -0500, ahamilton9 wrote: > Almost. It was static group in the respect that it was dynamically grabbed > on load, but the resolver just wasn't triggering at all after that. > > We did not have an explicit group defined, "php" literally referred to the >

Re: Fastcgi_pass, resolver, and validating functionality.

2016-12-22 Thread ahamilton9
Almost. It was static group in the respect that it was dynamically grabbed on load, but the resolver just wasn't triggering at all after that. We did not have an explicit group defined, "php" literally referred to the DNS name of the load balancer it was contacting. The rest of the domain was bei

Re: disable 301 redirect for directory / use relative redirect / change scheme

2016-12-22 Thread Ruslan Ermilov
On Wed, Aug 26, 2015 at 05:30:37PM +0200, Etienne Champetier wrote: > Hi, > > I have this setup > browser -> ssl proxy -> nginx > browser to ssl proxy is https only > ssl proxy to nginx is http only > > now i browse to "https://exemple.com/aaa";, where aaa is a directory, > so nginx send back a 3

Re: Allow caching of *some* filetypes?

2016-12-22 Thread mevans336
I figured it out. I just needed to add the proxy+pass in the new location block. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271676,271677#msg-271677 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Allow caching of *some* filetypes?

2016-12-22 Thread mevans336
For security purposes, we utilize the Cache-Control "no-cache, no-store, must-revalidate" add_header parameter in our root location block. However, I'd like to tweak this to allow the following file types to be cached: jpg|jpeg|png|gif|ico|js|css|html I added this above my root location / block,

Re: nginx x-accel-redirect request method named location

2016-12-22 Thread hemendra26
Hi Ruslan (not sure), This works great.. It will do for my use case. Thanks a lot. Regards, Hemendra Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271448,271675#msg-271675 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/ma