diff --git a/index.html b/index.html index 0c589ec..2a14cc1 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + React + Expediente Electronico
diff --git a/nginx.conf b/nginx.conf index 3daf527..183970a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,13 +17,26 @@ http { server { listen 80; - server_name localhost; + server_name efc-aduanasoft.com www.efc-aduanasoft.com localhost; root /usr/share/nginx/html; index index.html; + # Security headers + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; + add_header Referrer-Policy "strict-origin-when-cross-origin" always; + location / { try_files $uri $uri/ /index.html; } + + # Gzip compression + gzip on; + gzip_vary on; + gzip_min_length 1024; + gzip_comp_level 6; + gzip_types text/plain text/css text/xml text/javascript application/javascript application/xml+rss application/json; } } diff --git a/src/assets/aduanas_soft.png b/src/assets/aduanas_soft.png new file mode 100644 index 0000000..b3b93f8 Binary files /dev/null and b/src/assets/aduanas_soft.png differ diff --git a/src/assets/intestino.png b/src/assets/intestino.png new file mode 100644 index 0000000..ea14a93 Binary files /dev/null and b/src/assets/intestino.png differ