February 2020
Intermediate to advanced
404 pages
8h 42m
English
On Ubuntu 18.04, use these commands to install Nginx:
> sudo apt-get update> sudo apt-get install nginx
On Mac OS X , you can install it with brew:
> brew install nginx
brew (https://brew.sh/) is a very useful software packaging system for Mac OS X users. My recommendation is that you use it for installing software. Once it is successfully installed, you can check it by opening the machine IP in the browser. Open http://localhost/ on your web browser. You should see this:

If you see the preceding message, that means Nginx has been successfully installed. It serves on port 80 and serves the default page. On
Read now
Unlock full access