Add a note on how to up the upload size limit
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2011 14:13:46 +0000 (08:13 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 12 Dec 2011 14:13:46 +0000 (08:13 -0600)
docs/source/deploying.rst

index 70b1a6af181820010e0f5867c89f46b02629a31e..14b2c9cff5e67c2687e08d1047ede7b8a8dc1e0b 100644 (file)
@@ -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;