Ubuntu 18.04
Sponsored Link

Nginx : Install2018/07/02

 
Install fast HTTP Server [Nginx] and configure HTTP/Proxy Server with it.
[1] Install Nginx.
root@www:~#
apt -y install nginx
[2] Configure Nginx.
root@www:~#
vi /etc/nginx/sites-available/default
# line 46: change to your hostname

server_name
www.srv.world
;
root@www:~#
systemctl restart nginx

[3] Access to the default page of Nginx from a Client with Web browser and it's OK if the following page are shown.
Matched Content