Remove a wrong directive.

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

View File

@ -21,7 +21,6 @@ server {
subrequest_output_buffer_size 200k;
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;
proxy_set_header Connection "";