81d01278 by DevOps

Set client_max_body_size to 50m so it can allow up to 7 archives of 5mb each

1 parent a8b8cb0b
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
61 code: 301 61 code: 301
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 listen: 65 listen:
65 - port: 443 66 - port: 443
66 http2: true 67 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!