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
No comments:
Post a Comment