Skip to content

Commit

Permalink
nginx: disable chunked transfer encoding for proxied apps
Browse files Browse the repository at this point in the history
  • Loading branch information
egabancho committed Dec 16, 2024
1 parent d5ba760 commit f490f4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/invenio/templates/nginx-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ data:

uwsgi_buffering off;
uwsgi_request_buffering off;
chunked_transfer_encoding off;

uwsgi_param Host $host;
uwsgi_param X-Forwarded-For $proxy_add_x_forwarded_for;
Expand All @@ -167,6 +168,7 @@ data:

uwsgi_buffering off;
uwsgi_request_buffering off;
chunked_transfer_encoding off;

uwsgi_param Host $host;
uwsgi_param X-Forwarded-For $proxy_add_x_forwarded_for;
Expand All @@ -192,6 +194,7 @@ data:

uwsgi_buffering off;
uwsgi_request_buffering off;
chunked_transfer_encoding off;

uwsgi_param Host $host;
uwsgi_param X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit f490f4f

Please sign in to comment.