Skip to content

Set the nginx timeout value #125

Description

@decko

When users want to change the gunicorn timeout, they can set the PULP_GUNICORN_TIMEOUT to a value of its choice.
But this only works when you set it to a value less than 60 seconds. After that, the application doesn't increase its timeout.

The reason is that we need to set the same value to nginx itself, since it's a proxy between gunicorn and the client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions