customizable max body size.

This commit is contained in:
Andrea Dell'Amico 2022-10-24 12:50:10 +02:00
parent 6890259f10
commit 8355e35b11
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ server {
server_name {{ docker_service_host }};
subrequest_output_buffer_size 200k;
client_max_body_size {{ docker_pep_max_body_size | default('100MB') }};
client_body_timeout: {{ docker_pep_client_body_timeout | default('240s') }};
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_set_header Host $http_host;