nginx配置react脚手架出包后的入口文件

2017-09-29  本文已影响0人  louhangfei
server {
        listen       8089;
        server_name  localhost;

        location / {
            root   /Users/build;
            
            try_files $uri /index.html;
        }
    }

重点是try_files $uri /index.html

上一篇 下一篇

猜你喜欢

热点阅读