Skip to content

Commit f921cdb

Browse files
fix: disable nginx body size check (ietf-tools#7803)
* fix: increase nginx client_max_body_size * fix: entirely disable nginx body size check
1 parent 4b912d5 commit f921cdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

k8s/nginx-datatracker.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ server {
2323
proxy_set_header X-Forwarded-For $${keepempty}proxy_add_x_forwarded_for;
2424
proxy_set_header X-Real-IP $${keepempty}remote_addr;
2525
proxy_pass http://localhost:8000;
26+
client_max_body_size 0; # disable size check
2627
}
2728
}

0 commit comments

Comments
 (0)