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;