Skip to content

Commit

Permalink
Allow to upload files up to 20MB with nginx. Check the settings: clie…
Browse files Browse the repository at this point in the history
…nt_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
  • Loading branch information
pongraczi committed Mar 28, 2014
1 parent 9332625 commit 0a53578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/nginx-fcgiwrap/nginx-config/conf.d/lsmb.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
server {
client_max_body_size 20M;
listen 80;
server_name yourservername.tld ;

Expand Down

0 comments on commit 0a53578

Please sign in to comment.