modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-12 16:45:45 +01:00
parent dd48c5e5ca
commit f8af5229b8
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ if __name__ == "__main__":
log.printL("->Server Start ...",lvl.INFO)
tornado.options.parse_command_line()
http_server = tornado.httpserver.HTTPServer(application,ssl_options={
"certfile": os.path.join("/ssl", "server.crt"),
"certfile": os.path.join("/lol", "server.crt"),
"keyfile": os.path.join("/ssl", "server.key"),
})
http_server.listen(portServ)