Add a note on how to up the upload size limit
This commit is contained in:
parent
23caf305f2
commit
438dd8cd8f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user