diff options
| author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-20 16:53:07 +0000 |
|---|---|---|
| committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-20 16:53:07 +0000 |
| commit | c557867423cca25fac170f850e51705a0edd78ff (patch) | |
| tree | 9daf17c09e168d3b5b407c9a9a0dbd7b5bceb7e7 | |
| parent | 1675a16854aa6c751d3610394164fbc928dfc170 (diff) | |
Add example nginx client_max_body_size.
This will be used by the installation script. Fixes #995.
| -rw-r--r-- | conf/nginx.conf.example | 2 |
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: |
