Basic Nginx Commands
Here are some basic nginx commands used in the process of deploying this site.
Starting Nginx
cd /etc/nginx
nginx
Open Nginx config file ( and then modify )
vi /etc/nginx/nginx.conf
Test after modify nginx.conf
nginx -t
Load new nginx.conf gracefully
nginx -s reload