Update nginx.conf

pull/10/head
David Montero Crespo 2026-03-06 17:28:52 -03:00 committed by GitHub
parent eb2d511512
commit 6ed490b34e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;