623492cc21
This commit adds docs and sample configs to glance for running glance under apache. It also documents the limitations with the 2 common methods of deploying wsgi scripts with apache, mod_wsgi and mod_proxy_uwsgi, and why those don't work for the glance use case. Change-Id: I856e7ada856128def48deda5b063d818f45af336
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
KeepAlive Off
|
|
ProxyPass "/image" "http://127.0.0.1:60999" retry=0
|