From c557867423cca25fac170f850e51705a0edd78ff Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 20 Jan 2015 16:53:07 +0000 Subject: Add example nginx client_max_body_size. This will be used by the installation script. Fixes #995. --- conf/nginx.conf.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/nginx.conf.example b/conf/nginx.conf.example index dce26e8f9..69416a1c5 100644 --- a/conf/nginx.conf.example +++ b/conf/nginx.conf.example @@ -22,6 +22,8 @@ server { gzip_disable "msie6"; gzip_types application/javascript application/x-javascript text/css; + client_max_body_size 10m; + # Set a long expiry time for CSS and Javascript, and prevent # the mangling of Javascript by proxies: -- cgit v1.2.3