Changeset 1868

Show
Ignore:
Timestamp:
11/10/08 16:08:03 (2 months ago)
Author:
rmarianski
Message:

set max body size in nginx config to 20m (refs #369)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build/trunk/conf/nginx.conf

    r1846 r1868  
    1818    server { 
    1919        access_log   ${buildout:log-dir}/almanac.access.log; 
    20         client_max_body_size 2m; 
     20        client_max_body_size 20m; 
    2121        listen       ${nginx-conf:port}; 
    2222        server_name  ${nginx-conf:server-name};