Commit 367697ef authored by Romain Loth's avatar Romain Loth

make gunicorn server accessible from outside

parent 35d85e47
......@@ -2,7 +2,7 @@
#
# simple web server running server_comex_registration:app
gunicorn -b 127.0.0.1:9090 \
gunicorn -b 0.0.0.0:9090 \
--log-level debug \
--access-logfile test_gu_access.log \
--error-logfile test_gu_error.log \
......
......@@ -2,4 +2,4 @@
#
# simple web server running server_comex_registration:app
gunicorn -b 127.0.0.1:9090 server_comex_registration:app
gunicorn -b 0.0.0.0:9090 server_comex_registration:app
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment