Latest Nginx Admin Installation / Uninstall Procedure

Install Instructions:
If you are installing Nginx first time in your server, you have to run pythonfix script.
Now follow the procedure to install Nginx on you server
Code:

cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller install

Uninstall Instruction:
Code:

cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller uninstall

Leave a Reply

Your email address will not be published. Required fields are marked *