Directive 3rd Party Module - log

2023-04-25 Thread Martin Wolf
Hello, I was wondering, whether there is a possibility to verify [next to nginx.conf] in NGNX logs what Directive is used; for example to verify what load balance algorithm is used in http upstream flow. Thank you. ___ nginx mailing list nginx@nginx.or

Re: Adding 3rd party module not taking effect

2023-04-25 Thread Francis Daly
On Tue, Apr 25, 2023 at 10:20:12PM +, Martin Wolf wrote: Hi there, > I tried to add a third part module "fair balancing", but it seems to be not > properly added: > > Error log: > 2023/04/25 17:14:45 [emerg] 34510#0: unknown directive "fair" in > /usr/local/nginx/conf/conf.d/nginx-upstream

Adding 3rd party module not taking effect

2023-04-25 Thread Martin Wolf
Hello, I tried to add a third part module "fair balancing", but it seems to be not properly added: Error log: 2023/04/25 17:14:45 [emerg] 34510#0: unknown directive "fair" in /usr/local/nginx/conf/conf.d/nginx-upstream-fair.conf:2... nginx-upstream-fair.conf upstream backend { fair; server 192