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