Merge "Use openstack_service_workers variable in horizon.conf.j2"
This commit is contained in:
commit
6e4f6e9299
@ -7,7 +7,7 @@ Listen {{ api_interface_address }}:{{ horizon_port }}
|
|||||||
CustomLog /var/log/kolla/horizon/horizon-access.log combined
|
CustomLog /var/log/kolla/horizon/horizon-access.log combined
|
||||||
|
|
||||||
WSGIScriptReloading On
|
WSGIScriptReloading On
|
||||||
WSGIDaemonProcess horizon-http processes=5 threads=1 user=horizon group=horizon display-name=%{GROUP} python-path={{ python_path }}
|
WSGIDaemonProcess horizon-http processes={{ openstack_service_workers }} threads=1 user=horizon group=horizon display-name=%{GROUP} python-path={{ python_path }}
|
||||||
WSGIProcessGroup horizon-http
|
WSGIProcessGroup horizon-http
|
||||||
WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi
|
WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi
|
||||||
WSGIPassAuthorization On
|
WSGIPassAuthorization On
|
||||||
|
Loading…
Reference in New Issue
Block a user