modifié: superTornado.py
This commit is contained in:
parent
6d84abdacf
commit
266613b7da
@ -209,7 +209,7 @@ if __name__ == "__main__":
|
|||||||
"certfile": "/ssl/server.csr",
|
"certfile": "/ssl/server.csr",
|
||||||
"keyfile": "/ssl/server.key",
|
"keyfile": "/ssl/server.key",
|
||||||
})
|
})
|
||||||
http_server.listen(433)
|
http_server.listen(443)
|
||||||
log.printL("->Server Start Successfully !",lvl.SUCCESS)
|
log.printL("->Server Start Successfully !",lvl.SUCCESS)
|
||||||
tornado.ioloop.IOLoop.instance().start()
|
tornado.ioloop.IOLoop.instance().start()
|
||||||
except Exception, e :
|
except Exception, e :
|
||||||
|
Reference in New Issue
Block a user