1 [uwsgi] 2 socket-timeout = 10 3 http-auto-chunked = true 4 http-chunked-input = true 5 http-raw-body = true 6 chmod-socket = 666 7 lazy-apps = true 8 add-header = Connection: close 9 buffer-size = 65535 10 thunder-lock = true 11 plugins = python 12 enable-threads = true 13 exit-on-reload = true 14 die-on-term = true 15 master = true 16 processes = 4 17 http-socket = 127.0.0.1:61999 18 wsgi-file = /usr/local/bin/manila-wsgi-api