aboutsummaryrefslogtreecommitdiff
path: root/wqflask/other_config
diff options
context:
space:
mode:
authorZachary Sloan2014-07-09 18:39:52 +0000
committerZachary Sloan2014-07-09 18:39:52 +0000
commitfbdbf4b7410185e2a978ecc8e120ae56ff6da0ce (patch)
treef60a9bbef32a7575abe3b20fa682084b7174049c /wqflask/other_config
parentdf6a70c9a06bc30856a1bc46023bd67e5325f5c9 (diff)
downloadgenenetwork2-fbdbf4b7410185e2a978ecc8e120ae56ff6da0ce.tar.gz
Updated coffeescript, svg export working fine, interval mapping zoom working
Diffstat (limited to 'wqflask/other_config')
-rwxr-xr-xwqflask/other_config/nginx_conf/penguin.conf2
1 files changed, 2 insertions, 0 deletions
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;