feat: enhance Vite configuration with dynamic allowed hosts and update Nginx server_name

This commit is contained in:
Your Name
2026-03-16 23:44:11 +02:00
parent f933ffa8a0
commit 1eb9faf6ca
3 changed files with 22 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ upstream frontend {
server {
listen 80;
server_name localhost;
server_name localhost 127.0.0.1 178.104.57.123 dociva.io www.dociva.io;
client_max_body_size 100M;
# Security headers