diff --git a/deploy/nginx.conf b/deploy/nginx.conf index df7b410..9e1579f 100644 --- a/deploy/nginx.conf +++ b/deploy/nginx.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name localhost velxio.dev www.velxio.dev; + server_name localhost; root /usr/share/nginx/html; index index.html;