feat: enhance Vite configuration with dynamic allowed hosts and update Nginx server_name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user