From fbdbf4b7410185e2a978ecc8e120ae56ff6da0ce Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Wed, 9 Jul 2014 18:39:52 +0000 Subject: Updated coffeescript, svg export working fine, interval mapping zoom working --- wqflask/other_config/nginx_conf/penguin.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wqflask/other_config') diff --git a/wqflask/other_config/nginx_conf/penguin.conf b/wqflask/other_config/nginx_conf/penguin.conf index 5c380da8..0a89072e 100755 --- a/wqflask/other_config/nginx_conf/penguin.conf +++ b/wqflask/other_config/nginx_conf/penguin.conf @@ -1,5 +1,7 @@ server { # Modeled after http://flask.pocoo.org/docs/deploying/wsgi-standalone/ + + client_max_body_size 20M; listen 80; server_name gn2python.genenetwork.org; -- cgit v1.2.3