📅  最后修改于: 2022-03-11 14:50:20.742000             🧑  作者: Mango
location / {
root /var/www/myapp/build;
index index.html;
try_files $uri /index.html$is_args$args =404;
}