remove non ascii character in doc
There is a character in uwsgi doc which represents similar to ', this patch replaces it with the ascii one. Change-Id: If0caeabb46d37e87dee539fe30f0cd26dc3b73fe
This commit is contained in:
parent
9d71ae4f4f
commit
66714f6d00
@ -20,7 +20,7 @@ Create aodh-uwsgi.ini file::
|
|||||||
|
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
http = 0.0.0.0:8041
|
http = 0.0.0.0:8041
|
||||||
wsgi-file = <path_to_aodh>/aodh/rest/app.wsgi
|
wsgi-file = <path_to_aodh>/aodh/api/app.wsgi
|
||||||
plugins = python
|
plugins = python
|
||||||
# This is running standalone
|
# This is running standalone
|
||||||
master = true
|
master = true
|
||||||
@ -34,7 +34,7 @@ Create aodh-uwsgi.ini file::
|
|||||||
enable-threads = true
|
enable-threads = true
|
||||||
# Set the number of threads usually with the returns of command nproc
|
# Set the number of threads usually with the returns of command nproc
|
||||||
threads = 8
|
threads = 8
|
||||||
# Make sure the client doesn’t try to re-use the connection.
|
# Make sure the client doesn't try to re-use the connection.
|
||||||
add-header = Connection: close
|
add-header = Connection: close
|
||||||
# Set uid and gip to a appropriate user on your server. In many
|
# Set uid and gip to a appropriate user on your server. In many
|
||||||
# installations ``aodh`` will be correct.
|
# installations ``aodh`` will be correct.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user