Thursday 28 November 2019

Install NGINX on CentOS


yum install epel-release
yum install nginx

nginx is installed at /etc/nginx folder

Start NGINX
service nginx start

How to check the nginx process details?
ps -eaf | grep nginx


Previous                                                    Next                                                    Home

No comments:

Post a Comment