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;