Skip to content
Snippets Groups Projects
Commit e23dec4c authored by Michel Memeteau's avatar Michel Memeteau
Browse files

Uploads limited to 16G

parent c89307e2
Branches master
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ http {
return 301 https://$host/remote.php/dav;
}
client_max_body_size 1G;
client_max_body_size 16G;
fastcgi_buffers 64 4K;
gzip off; # handled at haproxy level
......
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