From f74ace832a4d77b9ec9ac2a340eb8e4382027e3b Mon Sep 17 00:00:00 2001 From: yamat0jp Date: Wed, 16 Nov 2016 18:10:28 +0900 Subject: [PATCH] modified: Procfile modified: index.py --- Procfile | 2 +- index.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index b6f8930..47a27c0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn gettingstarted.wsgi +web: gunicorn gettingstarted.wsgi --log-file - diff --git a/index.py b/index.py index e6cbd5a..f54a249 100755 --- a/index.py +++ b/index.py @@ -227,6 +227,6 @@ class Applications(tornado.web.Application): if __name__ == '__main__': tornado.options.parse_command_line() wsgi_app = tornado.wsgi.WSGIAdapter(Applications()) - server = wsgiref.simple_server.make_server('',8888,wsgi_app) + server = wsgiref.simple_server.make_server('',9157,wsgi_app) server.serve_forever() -- 2.11.0