Update nginx.conf

pull/10/head
David Montero Crespo 2026-03-06 17:27:43 -03:00 committed by GitHub
parent a0e223004a
commit eb2d511512
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 velxio.dev www.velxio.dev;
server_name localhost;
root /usr/share/nginx/html;
index index.html;