Set client_max_body_size to 10G
This commit is contained in:
parent
eeb0d6a400
commit
122e66ca7c
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user