manila/httpd/manila-uwsgi.ini
Victoria Martinez de la Cruz 7a1414977f Add uWSGI configuration samples
Added some samples on uWSGI config and some docs
on how to run manila with uWSGI for contributors.

Partially-implements: blueprint wsgi-web-servers-support

Change-Id: I8e68619b00255197b3d3cf6796c60d1a3a04ff36
2020-08-11 21:00:18 +00:00

19 lines
388 B
INI

[uwsgi]
socket-timeout = 10
http-auto-chunked = true
http-chunked-input = true
http-raw-body = true
chmod-socket = 666
lazy-apps = true
add-header = Connection: close
buffer-size = 65535
thunder-lock = true
plugins = python
enable-threads = true
exit-on-reload = true
die-on-term = true
master = true
processes = 4
http-socket = 127.0.0.1:61999
wsgi-file = /usr/local/bin/manila-wsgi-api