Thanks Lukas! I tried configtest but with 100k files in conf.d, it takes 3
minutes to finish, during which time there may be another file dropped in
conf.d and trigger another configtest. This sometimes causes several config
test running at the same time.
A reload on the other hand is much quicker
So I'm looking for some advice on determining an appropriate number for the
keepalive parameter within an upstream stanza.
They server processes ~3000 requests per second, and haproxy is the single
upstream destination. Dividing by the request rate by the number of
processors (workers) I'm thinkin
nanaya Wrote:
---
> Also in case of rewrite you probably want `break` since `last` restart
> location matching process
>
That did the trick :)! The `break` was the part I was not doing right.
Thanks @nanaya!!
Posted at Nginx Forum:
https://for
Hello Everyone,
Shannon here, from the developer relations team at NGINX, Inc.
We're working on a comprehensive study about where application development
and deployment are headed in the future. We’d love your input, and we think
you might find the results quite interesting.
The goal is to le
> Hi all,
>
> Is there a way to configure nginx to ignore bad conf files?
No, that would lead to inconsistencies all over the place.
> My master nginx.conf has a include elsewhere/*.conf towards the end.
> Other people and programs can drop new configs into "elsewhere"
> directory. nginx re
Hello wangyiran125,
I suggest that you should ask our technical support team. The support team
email you may find in the e-mail with Nginx Plus activation link.
> On 04 Nov 2015, at 05:12, wangyiran125 wrote:
>
> i want to install nginx plus .and i try these steps step by step
> Setup instru
Hello,
Im using nginx:
nginx version: nginx/1.9.6
built with OpenSSL 1.0.1p 9 Jul 2015
TLS SNI support enabled
configure arguments: --prefix=/usr --sbin-path=/usr/sbin/nginx
--conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid
--lock-path=/var/lock/nginx --user=nobody --group=nogroup
-