I compiling nginx for streaming videos on my web site by these options :
nginx version: nginx/1.9.15
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
built with OpenSSL 1.0.1e-fips 11 Feb 2013
TLS SNI support enabled
configure arguments: --user=root --group=root --prefix=/usr/local/nginx
--sbi
I cannot install the above module.
/Downloads/nginx-upstream-dynamic-servers-master$ make install
make: *** No rule to make target `install'. Stop.
May i know is there any problem in my machine( any required prerequistes).
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,266857,26691
Maybe You should try this module:
https://github.com/GUI/nginx-upstream-dynamic-servers
Regards,
Biazus
On Fri, May 13, 2016 at 3:13 AM, RT.Nat wrote:
> Not clear regarding, " Also you might check using directly the hostname as
> it might be possible that there is a bug when using variables."
Greetings,
I have the limit_req_zone working great in testing environment with the
following values
limit_req_zone $server_name zone=perserver:10m rate=5r/s;
limit_req zone=perserver burst=5;
The site has up to 750 simultaneous users at peak times.
What values are suitable for such traffic leve