Thursday 28 November 2019

Install NGINX on ubuntu


apt-get update
apt-get install nginx

Once nginx is installed successfully, it automaticallt starts the nginx server. To check this, copy. your system if address and open it in a browser, you can see NGINX home page.

nginx is installed at /etc/nginx folder

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

Previous                                                    Next                                                    Home

No comments:

Post a Comment