From 0a53578ee656b2d16dddca1aec484482e0e88d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pongr=C3=A1cz=20Istv=C3=A1n?= Date: Fri, 28 Mar 2014 10:54:13 +0000 Subject: [PATCH] Allow to upload files up to 20MB with nginx. Check the settings: client_max_body_size 20M; git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@6957 4979c152-3d1c-0410-bac9-87ea11338e46 --- contrib/nginx-fcgiwrap/nginx-config/conf.d/lsmb.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/nginx-fcgiwrap/nginx-config/conf.d/lsmb.conf b/contrib/nginx-fcgiwrap/nginx-config/conf.d/lsmb.conf index 830a663efa..27058d166a 100644 --- a/contrib/nginx-fcgiwrap/nginx-config/conf.d/lsmb.conf +++ b/contrib/nginx-fcgiwrap/nginx-config/conf.d/lsmb.conf @@ -1,4 +1,5 @@ server { + client_max_body_size 20M; listen 80; server_name yourservername.tld ;