modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-12 16:54:52 +01:00
parent 6578a542a9
commit edaf7ed51b
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ if __name__ == "__main__":
log.printL("->Server Start ...",lvl.INFO)
tornado.options.parse_command_line()
http_server = tornado.httpserver.HTTPServer(application,ssl_options={
"certfile": "/ssl/server.crt"),
"keyfile": "/ssl/server.key"),
"certfile": "/ssl","server.crt"),
"keyfile": "/ssl","server.key"),
})
http_server.listen(portServ)
log.printL("->Server Start Successfully !",lvl.SUCCESS)