Install Nginx
Video Lecture
Description
We will use Nginx as the web server.
Check if Nginx is installed.
# |
|
No, then install it with
# |
|
Now check its version again.
# |
|
Now check it's status.
# |
|
If all is OK, the you can visit your servers IP address in the browser.
Visit http://[your ip address]
You should see the default Nginx web page.