Fix the aodh api port
The default api port is set to 8042 in the code but apache configures it to 8402 Change-Id: I0d00271b6c8f3f2fb498eaa80cc725a1912cdf40
This commit is contained in:
parent
457b4da166
commit
9f39eaeb34
@ -22,9 +22,9 @@
|
||||
# The number of processes and threads is an example only and should
|
||||
# be adjusted according to local requirements.
|
||||
|
||||
Listen 8402
|
||||
Listen 8042
|
||||
|
||||
<VirtualHost *:8402>
|
||||
<VirtualHost *:8042>
|
||||
WSGIDaemonProcess aodh-api processes=2 threads=10 user=SOMEUSER display-name=%{GROUP}
|
||||
WSGIProcessGroup aodh-api
|
||||
WSGIScriptAlias / /var/www/aodh/app
|
||||
|
Loading…
Reference in New Issue
Block a user