Comment 9 for bug 1868503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to microstack (master)

Reviewed: https://review.opendev.org/c/x/microstack/+/783983
Committed: https://opendev.org/x/microstack/commit/727c562f2d5a964fb0f3a9f5ff037279ec705eed
Submitter: "Zuul (22348)"
Branch: master

commit 727c562f2d5a964fb0f3a9f5ff037279ec705eed
Author: Billy Olsen <email address hidden>
Date: Tue Mar 30 10:31:17 2021 -0700

    Disable client_max_body_size checks in nginx

    By default, nginx has a small (1MB) limit on the size of uploads,
    which prevents using horizon interface to upload an image. Disabling
    the client_max_body_size check allows for the glance configuration
    to govern the maximum size image that should be accepted. This change
    also disables proxy_buffering and proxy_request_buffering in order
    to reduce buffering latency.

    Closes-Bug: #1868503
    Change-Id: I0a89e0845d6c7d2805556f87685d280b4e72122a