I'm confused about the parameter in http{} , my example is here
Dinh Pham
lists at ruby-forum.com
Sun Nov 29 11:47:16 MSK 2009
Hi,
They are documented so you can find them here
http://wiki.nginx.org/NginxHttpCoreModule
Rgds,
Dinh
rollingsun wrote:
> this config is from a nginx + tomcat5 website ,
>
> server based on
> system : redhat linux
> cpu*8 : ( Intel(R) Xeon(R) CPU E5310 @ 1.60GHz )
> mem : 8G
>
> I don't know how to use these parameters well . and what else should I
> add ? maybe I added something excess ?
> can I find some books to learn about all the parameters and the
> numerical value ?
>
>
> worker_rlimit_nofile 655350;
> events {
> use epoll;
> # worker_connections 8192;
> worker_connections 51200;
> }
> http {
> include mime.types;
> default_type application/octet-stream;
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list