Skip to content

RootAccessFilter doesn't work for the Docker image packaged by AML #77

@songpeidu

Description

@songpeidu

RootAccessFilter checks "GET / HTTP/1.1" in the response message while in the docker image packaged by AML there is an Nginx reverse proxy in front of the inference server, and the proxy HTTP version is 1.0 by default.

The filter doesn't work for this and fails to remove the health check from the access log.

Could we update RootAccessFilter to check "GET / HTTP/1.0" as well?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions