# https://github.com/joyent/node/issues/6756
if ($request_uri ~ "[ \r\n\f\t]") {
    return 400;
}
