9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
20 lines
498 B
Plaintext
20 lines
498 B
Plaintext
WSGIDaemonProcess dashboard
|
|
WSGIProcessGroup dashboard
|
|
WSGISocketPrefix run/wsgi
|
|
|
|
WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
|
|
Alias /dashboard/static /usr/share/openstack-dashboard/static
|
|
|
|
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
|
|
Options All
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
<Directory /usr/share/openstack-dashboard/static>
|
|
Options All
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|