OSDN Git Service

modified: Procfile
authoryamat0jp <yamat0jp@yahoo.co.jp>
Wed, 16 Nov 2016 09:10:28 +0000 (18:10 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Wed, 16 Nov 2016 09:10:28 +0000 (18:10 +0900)
modified:   index.py

Procfile
index.py

index b6f8930..47a27c0 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: gunicorn gettingstarted.wsgi
+web: gunicorn gettingstarted.wsgi --log-file -
index e6cbd5a..f54a249 100755 (executable)
--- 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()