325c3535 by DevOps

Set client_body_buffer_size to 128k

1 parent 81d01278
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
62 url: https://$host$request_uri 62 url: https://$host$request_uri
63 - core: 63 - core:
64 client_max_body_size: 50m #Pueden subir max 7 archivos de 5mb c/u, verificar también en los JBoss EAP 64 client_max_body_size: 50m #Pueden subir max 7 archivos de 5mb c/u, verificar también en los JBoss EAP
65 client_body_buffer_size: 128k
65 listen: 66 listen:
66 - port: 443 67 - port: 443
67 http2: true 68 http2: true
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!