summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-20 16:05:29 -0400
committersostler <sbostler@gmail.com>2010-05-20 16:05:29 -0400
commit04bec93bf1d58e7a75268651b54fdce566c408b1 (patch)
tree634cfb1eb8b33c6ed5ecbbee7bd547ab466f0d70 /conf
parent4e58d4824e3369cecbcc4ae6054d2f6df2c50cb1 (diff)
parent7bdd0bee334dba7e4ab52eea081b6966280e3a51 (diff)
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'conf')
-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;