From: Christopher Allan Webber Date: Mon, 12 Dec 2011 14:13:46 +0000 (-0600) Subject: Add a note on how to up the upload size limit X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=438dd8cd8f79f32609cce15d70ef6a93f1531a3b;p=mediagoblin.git Add a note on how to up the upload size limit --- diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst index 70b1a6af..14b2c9cf 100644 --- a/docs/source/deploying.rst +++ b/docs/source/deploying.rst @@ -196,6 +196,9 @@ this ``nginx.conf`` file should be modeled on the following: :: # This is the section you should read ##################################### + # Change this to update the upload size limit for your users + client_max_body_size 8m; + server_name mediagoblin.example.org www.mediagoblin.example.org; access_log /var/log/nginx/mediagoblin.example.access.log; error_log /var/log/nginx/mediagoblin.example.error.log;