Set client_max_body_size to 10G

pull/125/head
Tilo Spannagel 8 years ago
parent eeb0d6a400
commit 122e66ca7c
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429

@ -73,7 +73,7 @@ http {
}
# set max upload size
client_max_body_size 512M;
client_max_body_size 10G;
fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers

@ -73,7 +73,7 @@ http {
}
# set max upload size
client_max_body_size 512M;
client_max_body_size 10G;
fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers

@ -73,7 +73,7 @@ http {
}
# set max upload size
client_max_body_size 512M;
client_max_body_size 10G;
fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers

@ -73,7 +73,7 @@ http {
}
# set max upload size
client_max_body_size 512M;
client_max_body_size 10G;
fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers

@ -1 +1 @@
client_max_body_size 10g;
client_max_body_size 10G;

@ -1 +1 @@
client_max_body_size 10g;
client_max_body_size 10G;

@ -73,7 +73,7 @@ http {
}
# set max upload size
client_max_body_size 512M;
client_max_body_size 10G;
fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers

@ -1 +1 @@
client_max_body_size 10g;
client_max_body_size 10G;

@ -1 +1 @@
client_max_body_size 10g;
client_max_body_size 10G;

@ -73,7 +73,7 @@ http {
}
# set max upload size
client_max_body_size 512M;
client_max_body_size 10G;
fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers

Loading…
Cancel
Save