summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/insecure/mariadb/fpm
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-09-30 13:14:13 +0200
committerTilo Spannagel <development@tilosp.de>2017-09-30 13:14:13 +0200
commit122e66ca7cb27791fd32dfb8713d0b2f084d30cb (patch)
treef2dafbadf7629e3b6e6200352a327a149d1ffa65 /.examples/docker-compose/insecure/mariadb/fpm
parenteeb0d6a400bffd09e5e582eac302771a1947c57e (diff)
Set client_max_body_size to 10G
Diffstat (limited to '.examples/docker-compose/insecure/mariadb/fpm')
-rw-r--r--.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf
index c23a7707..0b6fb89b 100644
--- a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf
+++ b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf
@@ -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