mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-02 17:48:27 +01:00
Set client_max_body_size to 10G
This commit is contained in:
parent
eeb0d6a400
commit
122e66ca7c
12 changed files with 12 additions and 12 deletions
|
@ -73,7 +73,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
# set max upload size
|
# set max upload size
|
||||||
client_max_body_size 512M;
|
client_max_body_size 10G;
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
# Enable gzip but do not remove ETag headers
|
# Enable gzip but do not remove ETag headers
|
||||||
|
|
|
@ -73,7 +73,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
# set max upload size
|
# set max upload size
|
||||||
client_max_body_size 512M;
|
client_max_body_size 10G;
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
# Enable gzip but do not remove ETag headers
|
# Enable gzip but do not remove ETag headers
|
||||||
|
|
|
@ -73,7 +73,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
# set max upload size
|
# set max upload size
|
||||||
client_max_body_size 512M;
|
client_max_body_size 10G;
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
# Enable gzip but do not remove ETag headers
|
# 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
|
# set max upload size
|
||||||
client_max_body_size 512M;
|
client_max_body_size 10G;
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
# Enable gzip but do not remove ETag headers
|
# 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
|
# set max upload size
|
||||||
client_max_body_size 512M;
|
client_max_body_size 10G;
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
# Enable gzip but do not remove ETag headers
|
# 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
|
# set max upload size
|
||||||
client_max_body_size 512M;
|
client_max_body_size 10G;
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
# Enable gzip but do not remove ETag headers
|
# Enable gzip but do not remove ETag headers
|
||||||
|
|
Loading…
Reference in a new issue