Fix a typo.

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

View File

@ -20,7 +20,7 @@ server {
server_name {{ docker_service_host }};
subrequest_output_buffer_size 200k;
client_max_body_size {{ docker_pep_max_body_size | default('100MB') }};
client_max_body_size {{ docker_pep_max_body_size | default('100M') }};
client_body_timeout: {{ docker_pep_client_body_timeout | default('240s') }};
proxy_http_version 1.1;