7a1414977f
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
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
KeepAlive Off
|
|
SetEnv proxy-sendchunked 1
|
|
ProxyPass "/share" "http://127.0.0.1:51999" retry=0
|