Nginx配置ReactRouter browserHistory browserRouter

    技术2022-07-10  143

    重定向根目录

    server { ... location / { try_files $uri $uri/ /index.html } }

    重定向到指定目录

    server { ... location / { root /usr/local/nginx/html/name; //name 就是你要指定的路径 try_files $uri /index.html; } }

     

    Processed: 0.013, SQL: 9