modifié: superTornado.py
This commit is contained in:
parent
3343b43d80
commit
dd48c5e5ca
@ -208,7 +208,7 @@ if __name__ == "__main__":
|
||||
http_server = tornado.httpserver.HTTPServer(application,ssl_options={
|
||||
"certfile": os.path.join("/ssl", "server.crt"),
|
||||
"keyfile": os.path.join("/ssl", "server.key"),
|
||||
}))
|
||||
})
|
||||
http_server.listen(portServ)
|
||||
log.printL("->Server Start Successfully !",lvl.SUCCESS)
|
||||
tornado.ioloop.IOLoop.instance().start()
|
||||
|
Reference in New Issue
Block a user