meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / files / python-django-horizon / openstack-dashboard-httpd-2.4.conf
1
2 WSGIDaemonProcess dashboard
3 WSGIProcessGroup dashboard
4 WSGISocketPrefix run/wsgi
5
6 WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
7 Alias /dashboard/static /usr/share/openstack-dashboard/static
8
9 <Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
10   Options All
11   AllowOverride All
12   Require all granted
13 </Directory>
14
15 <Directory /usr/share/openstack-dashboard/static>
16   Options All
17   AllowOverride All
18   Require all granted
19 </Directory>
20