Remove the # in front of "server_tokens off;"
Restart NGINX:
Let us install and configure NGINX
Remove the # in front of "server_tokens off;"
Restart NGINX:
sudo apt-get install nginx
sudo systemctl status nginx
sudo systemctl reload nginx
(service is being used in the recording but systemctl is newer and should be used.)The following can act as a template to get applications up and running in the course. Pay extra attention to the / on the first and second line.