Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 325 Bytes

installation_in_Ubuntu.md

File metadata and controls

17 lines (11 loc) · 325 Bytes

Nginx (pronounced as “Engine-X”) is an open source web server that is often used as reverse proxy or HTTP cache.

Installing Nginx

sudo apt update
sudo apt install nginx

Go to browser and enter http://localhost

To Test configuration verification

sudo nginx -t