vue history 生产环境下nginx设置

                location /jxjy_app {
                         root /home/wzh/jxjy;
                         if (!-e $request_filename) {
                        rewrite ^/(.*) /jxjy_app/index.html last;
                        break;
                 }
                }

  

原文地址:https://www.cnblogs.com/6324/p/10454678.html