This video will show how to install nxinx into ubuntu. Nginx is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
sudo nano /etc/apt/sources.list
Add This Two Line and press Ctrl+x+y+Enter
deb http://nginx.org/packages/ubuntu/ xenial nginx
deb-src http://nginx.org/packages/ubuntu/ xenial nginx
sudo add-apt-repository ppa:nginx/development
sudo apt-get update
sudo apt-get install nginx
nginx -v
sudo nginx -t