location ~* ^(/assets|/vendors|build.js|index.html|favicon.ico) {
expires 1d;
add_header Cache-Control public;
# Some browsers still send conditional-GET requests if there's a
# Last-Modified header or an ETag header even if they haven't
# reached the expiry date sent in the Expires header.
add_header Last-Modified "";
add_header ETag "";
}
但是访问还是报错 404,
ActionController::RoutingError (No route matches [GET] "/"):