From 6a0adf5bf79d2c51e2974ec65431b39d5ee24c51 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 14 Aug 2023 16:36:11 -0700 Subject: [PATCH] adding in default --- nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index fd4e7ae..1b4b651 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,8 +9,7 @@ events { http { # TODO: route to proper location based on subdomain server { - listen 80; - server_name _; + listen 80 default_server; location / { root /usr/share/nginx/html;