Re: “max conns” in upstream is not working what I've expected;

2018-08-22 Thread jinsam.kim
I changed "localhost:8000" ==> "127.0.0.1:8000", and it work as I expected! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280930,280944#msg-280944 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Proper User Directive

2018-08-22 Thread Bee.Lists
Hi there. My question is about using a proper user. This directive was initially blank, then Passenger (nginx on FreeBSD) threw an error: env: bash: No such file or directory uid=65534(nobody) gid=65534(nobody) groups=65534(nobody) PWD=/usr/local/www/pneb HOME=/nonexistent SHELL=/usr/sbin/no

Proxy_Protocol with local Proxy_Pass to local secondary nginx process

2018-08-22 Thread Joseph Wonesh
Hello, I am trying to route requests such that those requiring websockets will route to a long-lived nginx process, and all others will go to the general reverse-proxy which handles all other traffic. These nginx processes exist in our AWS cloud behind an ELB that has been configured to use Proxy

Re: “max conns” in upstream is not working what I've expected;

2018-08-22 Thread Vladimir Homutov
On Tue, Aug 21, 2018 at 10:58:15PM -0400, jinsam.kim wrote: > Hello Super Heroes. > > I want to limit connections in a service. So I used max_conns directive in > upstream. > > But it allows twice connections as many as I've set. > > So, I suspected myself. Maybe… Am I used the direction in wrong w

nginx for windows - reg

2018-08-22 Thread K Dinesh Babu
Hi, I have questions regarding nginx for windows, 1. Is nginx for windows stable?(I read here that it is in beta) 2. Are there any thirdparty nginx builds for windows platform that are stable? 3. I have seen nginx built with cywin here <

Re: Openssl Dynamic engine support for Nginx

2018-08-22 Thread tokers
Hello! How about using the openssl.cnf to load your engine? https://www.openssl.org/docs/manmaster/man5/config.html Alternatively, you may want to reference the Intel/async_mode_nginx. https://github.com/intel/asynch_mode_nginx Best Regards Alex Zhang https://github.com/tokers On August 22, 201

Openssl Dynamic engine support for Nginx

2018-08-22 Thread jeffin.joy
HI Nginx Team, I am working on a Dynamic engine for OpenSSL for RSA and AES. I need to add this Dynamic Engine in Nginx config file. How can I do that? I am able to do the OpenSSL speed test with my engine. What configuration I need to add for Nginx to use this Dynamic engine. Posted at Ngi