Skip to content

Commit

Permalink
fix: disable nginx body size check (#7803)
Browse files Browse the repository at this point in the history
* fix: increase nginx client_max_body_size

* fix: entirely disable nginx body size check
  • Loading branch information
jennifer-richards committed Aug 7, 2024
1 parent 4b912d5 commit f921cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/nginx-datatracker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ server {
proxy_set_header X-Forwarded-For $${keepempty}proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $${keepempty}remote_addr;
proxy_pass http://localhost:8000;
client_max_body_size 0; # disable size check
}
}

0 comments on commit f921cdb

Please sign in to comment.