glance/httpd/glance-api-uwsgi.ini
Matthew Treinish e6219582c8
Update http deploy docs to be a bit more explicit
There have been some lessons learned on how to best deploy glance from
using uwsgi in the gate. This commit updates the docs a bit to explain
some pitfalls to avoid.

This also adds a glossary at th end of the docs to explain common terms.
There are several very similar terms with related meanings used in the doc
so to clear up confusing the glossary should be helpful.

Change-Id: I255d2049a5d519909c88101833ddd259328fcee7
2017-11-02 01:19:19 -04: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:60999
wsgi-file = /usr/local/bin/glance-wsgi-api