Script(s) to set up Nginx server with WS Support
sudo apt-get install python-software-properties sudo apt-get install software-properties-common sudo add-apt-repository ppa:nginx/stable sudo apt-get update sudo apt-get upgrade sudo apt-get install nginx
Check version : nginx -v Check status : service nginx status