From d212d9bd8bdb7bdf5574f3c7899639f00c717319 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 14 Aug 2023 15:04:15 -0700 Subject: [PATCH] default --- nginx.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nginx.conf b/nginx.conf index a76ff4e..ba49962 100644 --- a/nginx.conf +++ b/nginx.conf @@ -8,6 +8,15 @@ events { http { # TODO: route to proper location based on subdomain + server { + listen 80; + server_name _; + + location / { + root /usr/share/nginx/html; + index index.html; + } + } server { listen 80; server_name flowy.live;