diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod index d186800bc2f..91f05ab7cbd 100644 --- a/docs/web_deployment.pod +++ b/docs/web_deployment.pod @@ -195,6 +195,8 @@ With the nginx configuration: access_log /var/log/nginx/access.log; location / { + client_max_body_size 10M; + fastcgi_param QUERY_STRING $query_string; fastcgi_param REQUEST_METHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; @@ -220,6 +222,10 @@ With the nginx configuration: } +B: If you want to increase the maximum upload size by changing the +C<$MaxAttachmentSize> setting in F, you will also need to +increase the C setting in the nginx configuration. + =head2 lighttpd server.modules += ( "mod_fastcgi" )