ec0b1c5150
Add a sample configuration for running the wsgi transport using uwsgi, and make devstack uses it, while running zaqar-server with websocket transport. This allows running both websockets and wsgi transports on devstack. Change-Id: Ifac7461ec6b0501b1b9021030d9c173cf368a59b
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
[uwsgi]
|
|
strict = true
|
|
http = :8888
|
|
processes = 1
|
|
threads = 4
|
|
wsgi-file = /opt/stack/zaqar/zaqar/transport/wsgi/app.py
|
|
callable = app
|