Skip to content

Commit b0d6869

Browse files
authored
Remove maximum payload size limit (#1583)
1 parent 459a25f commit b0d6869

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/workloads/cortex/serve/nginx.conf.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ events {
4141
}
4242

4343
http {
44+
# don't enforce a max body size
45+
client_max_body_size 0;
46+
4447
# send headers in one piece, it is better than sending them one by one
4548
tcp_nopush on;
4649

0 commit comments

Comments
 (0)