Skip to content

Instantly share code, notes, and snippets.

View Kniyl's full-sized avatar

Mathias Ettinger Kniyl

  • Toulouse / France
View GitHub Profile
@Kniyl
Kniyl / conf.py
Last active August 29, 2015 14:21 — forked from stephenmcd/conf.py
# This is the gunicorn config file for the websocket server.
worker_class = "geventwebsocket.gunicorn.workers.GeventWebSocketWorker"
bind = "0.0.0.0:9000"
workers = 1
timeout = 10000000000
loglevel = "error"
proc_name = "websocket-server"
# Modify paths here as required - allows websocket server to run