summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-20 16:03:41 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-20 16:03:41 -0400
commit79a6abeaabd86ff88d618824afee30c32937d5b7 (patch)
tree4bda7f5dbce4bde7a75764452ecb684e9b6b9a22
parentbe5ae0f99e685177d51ff82304eb525e6790ea7d (diff)
Set nginx file size limit to 15MB
-rw-r--r--conf/nginx.conf1
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;