# This config is purely for the default landing page that nginx normally serves # up. The intention is to make Nginx's default page useful server { listen 80 default_server; listen [::]:80 default_server; root /var/www/html; }