Fix typo in wsgi applications release note
This commit fixes a small typo in the wsgi-applications release note, it's mod_proxy_uwsgi not mod_proxy_uwsgx. Change-Id: Ibbd6c19b41c0290ffeaa0371a8d084191f0919be
This commit is contained in:
parent
af6e3074ab
commit
9e8ec982ac
@ -3,6 +3,6 @@ upgrade:
|
|||||||
- |
|
- |
|
||||||
WSGI application scripts ``nova-api-wsgi`` and ``nova-metadata-wsgi`` are
|
WSGI application scripts ``nova-api-wsgi`` and ``nova-metadata-wsgi`` are
|
||||||
now available. They allow running the compute and metadata APIs using a WSGI
|
now available. They allow running the compute and metadata APIs using a WSGI
|
||||||
server of choice (for example nginx and uwsgi, apache2 with mod_proxy_uwsgx
|
server of choice (for example nginx and uwsgi, apache2 with mod_proxy_uwsgi
|
||||||
or gunicorn). The eventlet-based servers are still available, but the WSGI
|
or gunicorn). The eventlet-based servers are still available, but the WSGI
|
||||||
options will allow greater deployment flexibility.
|
options will allow greater deployment flexibility.
|
||||||
|
Loading…
Reference in New Issue
Block a user