Originally posted by subzero
View Post
nginx easy installer Nginx Admin for cpanel/centos
Collapse
This is a sticky topic.
X
X
-
you can edit the configuration and change the no. of worker and/or no. of worker processes according to your site's need and resources required.
no of workers is generally preferred to be equivalent to the no. of cores of your server.
Leave a comment:
-
well just doing this much will shall give speed to my server or i need to make some more changes in server or script ror downloads
Leave a comment:
-
nginx easy installer Nginx Admin for cpanel/centos
the latest versions you can find here: Nginx Admin - cPanel nginx automated installer Plugin
connect to your server via ssh,
and use this commands step by step:
Code:cd /usr/local/src wget http://nginxcp.com/nginxadmin2.5-stable.tar tar xf nginxadmin2.5-stable.tar cd publicnginx ./nginxinstaller install
now you need to enable in your firewall the port 8081
edit crontab via ssh with command:
Code:crontab -e
Code:*/15 * * * * /usr/sbin/tmpwatch -am 4 /tmp/nginx_client
Leave a comment: