diff options
Diffstat (limited to 'conf')
-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: |