Problem with nginx test
assassin85
nginx-forum at nginx.us
Wed Jan 13 19:11:04 MSK 2010
i don't know actually i followed instructions how to install nginx On cpanel servers
here is the output for command
root at server[/]# uname -rsmvp
Linux 2.6.18-128.2.1.el5.028stab064.7 #1 SMP Wed Aug 26 15:47:17 MSD 2009 i686 i686
additonal informations
root at server[/]# /usr/local/nginx/sbin/nginx -v
nginx version: nginx/0.7.63
root at server[/]# cat /usr/local/nginx/conf/nginx.conf
user nobody;
# no need for more workers in the proxy mode
worker_processes 1;
error_log logs/error.log info;
worker_rlimit_nofile 8192;
events {
worker_connections 512; # you might need to increase this setting for busy servers
use rtsig; # Linux kernels 2.6.x change to epoll
}
http {
server_names_hash_max_size 2048;
include mime.types;
default_type application/octet-stream;
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 10;
gzip on;
gzip_min_length 1100;
gzip_buffers 4 32k;
gzip_types text/plain text/html application/x-javascript text/xml text/css;
ignore_invalid_headers on;
client_header_timeout 3m;
client_body_timeout 3m;
send_timeout 3m;
connection_pool_size 256;
client_header_buffer_size 4k;
large_client_header_buffers 4 32k;
request_pool_size 4k;
output_buffers 4 32k;
postpone_output 1460;
include "/usr/local/nginx/conf/vhost.conf";
}
this box running on CENTOS 5.4 i686 virtuozzo with cPanel
thanks for reply
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,40664,40738#msg-40738
More information about the nginx
mailing list