From 6ed490b34ebb80cdb92a3793b0d8d7fa64f68db2 Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Fri, 6 Mar 2026 17:28:52 -0300 Subject: [PATCH] Update nginx.conf --- deploy/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;