Skip to content
Snippets Groups Projects
Verified Commit c8f09e5f authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Bump post max size to 25M

Build artifcats are limited to 10MB per piece and we have
logs/diffoscope and json can become a little over 20M.
parent 54492912
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ server {
}
location /api/v0/build/report {
client_max_body_size 20M;
client_max_body_size 25M;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://127.0.0.1:8484;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment