include scgi_params;
location /assets/css {
  default_type text/css;
}
location /assets/javascript {
  default_type text/javascript;
}
location /other/ {
  default_type application/octet-stream;
}