Linux serverlinux web serverNETWORK ADMINISTRATIONS

Start your own Web Server! – Linux

This video shows you to setup an NGINX web server, on a Debian linux server.

NGINX Configuration:

server {
root /var/www;
index index.html index.htm;

server_name localhost;

location / {
try_files $uri $uri/ /index.html;
}
}

Subscribe to see more videos from me!
Cheers for watching my videos! Remember to Like, Share & Subscribe.
Having Problems? Leave a comment below, and I’ll try my best to answer!

source

by TechZoneUK

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *