diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-20 16:03:41 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-20 16:03:41 -0400 |
| commit | 79a6abeaabd86ff88d618824afee30c32937d5b7 (patch) | |
| tree | 4bda7f5dbce4bde7a75764452ecb684e9b6b9a22 /conf | |
| parent | be5ae0f99e685177d51ff82304eb525e6790ea7d (diff) | |
Set nginx file size limit to 15MB
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index 1c176bc..306c6ee 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,6 +27,7 @@ http { server { listen 80; server_name .dump.fm; + client_max_body_size 15m; location ~* /(avatars|images)/ { root /home/dumpfmprod/prod; |
