Commit 9ffbd273 by Jesse Zoldak

Increase client upload size limit for jenkins master

parent c496c533
...@@ -18,8 +18,8 @@ server { ...@@ -18,8 +18,8 @@ server {
proxy_send_timeout 100; proxy_send_timeout 100;
proxy_read_timeout 100; proxy_read_timeout 100;
proxy_buffers 4 32k; proxy_buffers 4 32k;
client_max_body_size 8m; client_max_body_size 16m;
client_body_buffer_size 128k; client_body_buffer_size 128k;
} }
} }
\ No newline at end of file
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