Add a note on how to up the upload size limit

This commit is contained in:
Christopher Allan Webber 2011-12-12 08:13:46 -06:00
parent 23caf305f2
commit 438dd8cd8f

View File

@ -196,6 +196,9 @@ this ``nginx.conf`` file should be modeled on the following: ::
# This is the section you should read # 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; server_name mediagoblin.example.org www.mediagoblin.example.org;
access_log /var/log/nginx/mediagoblin.example.access.log; access_log /var/log/nginx/mediagoblin.example.access.log;
error_log /var/log/nginx/mediagoblin.example.error.log; error_log /var/log/nginx/mediagoblin.example.error.log;