aboutsummaryrefslogtreecommitdiff
path: root/wqflask/runserver.py
diff options
context:
space:
mode:
authorPjotr Prins2018-01-29 15:10:09 +0000
committerPjotr Prins2018-01-29 15:10:09 +0000
commit85819dbeaf922456dc205e482e7e338952945d9b (patch)
treea8649fb42df66660a871d2aabf41163ffec4a06a /wqflask/runserver.py
parentb3724d60d2e50dd19e61140406aa85dff981ac16 (diff)
downloadgenenetwork2-85819dbeaf922456dc205e482e7e338952945d9b.tar.gz
Gunicorn works
Diffstat (limited to 'wqflask/runserver.py')
-rw-r--r--wqflask/runserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/runserver.py b/wqflask/runserver.py
index e62e34f2..a0c76e51 100644
--- a/wqflask/runserver.py
+++ b/wqflask/runserver.py
@@ -1,6 +1,6 @@
# Starts the webserver with the ./bin/genenetwork2 command
#
-# This uses Werkzeug WSGI, see gunicorn.py for the alternative
+# 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.