software/rapid-cdn: use HTTP/1.0 for health checks
rapid-cdn does not pass a host header for health check by default, which makes invalid requests to which most servers (tested with nginx) reply with status 400 and are always consider down.
Until we fully support 1.1 in health checks, only support 1.0.