Hi FE !
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
  • 微前端 nginx 配置

微前端 nginx 配置

 location ^~ /react-app/ {
    alias  /data/project/dev-frontend/frontend-react-app-app/;
    index  index.html index.htm;
    try_files $uri $uri/ /index.html;

    if ($request_filename ~* .*\.(?:htm|html)$) {
        add_header Cache-Control "no-store, no-cache, must-revalidate, max-age=0";
    }
}
Edit this page
最近更新: 2025/12/2 01:46
Contributors: qdleader
qdleader
本站总访问量 129823次 | 本站访客数 12人