refactor/nginx: 修改 Nginx 配置并添加错误页面

- 新增 50x.html 错误页面文件
- 更新 nginx.conf 配置:
  - 修改服务器名称为 team12.10813352.xyz
  - 优化前端静态文件配置,添加缓存和 Gzip 压缩策略
  - 更新后端 API 代理地址
  - 添加长连接支持和超时设置
  - 配置错误页面
  - 增加安全头设置

Change-Id: Ib765f7ed370de721bfab23e441e51ea77fa6740f
2 files changed
tree: cb1d11c487d372ae7f7d6e39ac0f539ab0d7c069
  1. public/
  2. src/
  3. .gitignore
  4. 50x.html
  5. docker
  6. Dockerfile
  7. eslint.config.js
  8. index.html
  9. nginx.conf
  10. package-lock.json
  11. package.json
  12. postcss.config.js
  13. README.md
  14. tailwind.config.js
  15. vite.config.js
  16. vitest.config.js
README.md

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: