aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-01-20 16:53:07 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-01-20 16:53:07 +0000
commitc557867423cca25fac170f850e51705a0edd78ff (patch)
tree9daf17c09e168d3b5b407c9a9a0dbd7b5bceb7e7 /conf
parent1675a16854aa6c751d3610394164fbc928dfc170 (diff)
Add example nginx client_max_body_size.
This will be used by the installation script. Fixes #995.
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx.conf.example2
1 files changed, 2 insertions, 0 deletions
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: