Files
glance/httpd/glance-api-uwsgi.ini
Stephen Finucane c1827a3f33 setup: Remove pbr's wsgi_scripts
This is technical dead end and not something that's supported by default
in the any versions of setuptools released in over 6 months (and
therefore, by extension, pbr). It's time to remove it.

Some references to wsgi scripts and the eventlet server are removed.

Change-Id: I8e340403808287a594cb742c24bcf6343fa42caa
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-09-17 11:53:27 +01:00

19 lines
382 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
module = glance.wsgi.api:application