Commit 9ffbd273 by Jesse Zoldak

Increase client upload size limit for jenkins master

parent c496c533
......@@ -18,7 +18,7 @@ server {
proxy_send_timeout 100;
proxy_read_timeout 100;
proxy_buffers 4 32k;
client_max_body_size 8m;
client_max_body_size 16m;
client_body_buffer_size 128k;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment