Nginx Installation

Installation Instruction

Nginx Admin Install instruction:

cd /usr/local/src

wget http://nginxcp.com/latest/nginxadmin.tar 

tar xf nginxadmin.tar

cd publicnginx

./nginxinstaller install 

 

Nginx Admin Uninstall instruction: 

 

cd /usr/local/src 

wget http://nginxcp.com/latest/nginxadmin.tar 

tar xf nginxadmin.tar 

cd publicnginx

./nginxinstaller uninstall

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Installation of Litespeed webserver on centos with cpanel.

Hello,Today We will learn how to install litespeed webserver on the cpanel Step 1: Install...

Nginx Webserver Introduction

Nginx Nginx (pronounced "engine x") is an open source reverse proxy server for HTTP, HTTPS,...