nginx auto installer


Status
Not open for further replies.

idstudio

Apprentice 1.0
Versi 2.0

Install :
cd /usr/local/src
wget http://nginxcp.com/nginxadmin2.0-development.tar
tar xf nginxadmin2.0-development.tar
cd publicnginx
./nginxinstaller install

Uninstall :
cd /usr/local/src
wget http://nginxcp.com/nginxadmin2.0-development.tar
tar xf nginxadmin2.0-development.tar
cd publicnginx
./nginxinstaller uninstall

1- Feature: Based on nginx 0.9.4 (http://nginx.org/en/CHANGES)
2- Bugfix: Increased worker_processes 1 to 4 (Experimental, some used reported that this can reduce the load)
3- Bugfix: The visitors coming from server hostname instead of their real IP.
 
Status
Not open for further replies.

Top