Listen on 0.0.0.0
This commit is contained in:
parent
4a5f80e429
commit
63efe9830f
|
@ -65,4 +65,7 @@ class Root:
|
|||
return(process_combined(combined))
|
||||
|
||||
if __name__ == '__main__':
|
||||
cherrypy.config.update({'server.socket_host': '0.0.0.0',
|
||||
'server.socket_port': 8080,
|
||||
})
|
||||
cherrypy.quickstart(Root(), '/')
|
||||
|
|
Loading…
Reference in New Issue
Block a user