aboutsummaryrefslogtreecommitdiff
path: root/wqflask/runserver.py
diff options
context:
space:
mode:
authorzsloan2018-01-30 10:30:22 -0600
committerGitHub2018-01-30 10:30:22 -0600
commit1a00b3976f770865f47d4526db92131704b55797 (patch)
tree6fa4e488c9c601a5907e0c251fa7eec7f4a94a12 /wqflask/runserver.py
parent4634cf87761980a1682473211259698b7be720e4 (diff)
parentf60d49527bedfc1ecda401f49fae9c9a5bbcf5f9 (diff)
downloadgenenetwork2-1a00b3976f770865f47d4526db92131704b55797.tar.gz
Merge pull request #274 from pjotrp/pjotr
Add gunicorn support
Diffstat (limited to 'wqflask/runserver.py')
-rw-r--r--wqflask/runserver.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/runserver.py b/wqflask/runserver.py
index 50f134db..a0c76e51 100644
--- a/wqflask/runserver.py
+++ b/wqflask/runserver.py
@@ -1,5 +1,7 @@
# Starts the webserver with the ./bin/genenetwork2 command
#
+# This uses Werkzeug WSGI, see ./run_gunicorn.py for the alternative
+#
# Please note, running with host set externally below combined with
# debug mode is a security risk unless you have a firewall setup, e.g.
#