nginx reload after updates

Make link to new conf file


1
sudo ln -s /etc/nginx/sites-available/www.EXAMPLE.org /etc/nginx/sites-enabled/

Verify and reload nginx


1
2
sudo nginx -t ### check for errors
sudo systemctl reload nginx    #### restart NGINX