summarylogtreecommitdiffstats
path: root/openstack-dashboard.conf
blob: 9d57a8fcdd744a842bed96db77b8f0e40ca0469a (plain)
1
2
3
4
5
6
7
8
9
10
LoadModule wsgi_module modules/mod_wsgi.so
WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
WSGIDaemonProcess horizon user=http group=http processes=3 threads=10
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
# <Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
<Directory /usr/share/openstack-dashboard/openstack_dashboard>
    Order allow,deny
    Allow from all
    Require all granted
</Directory>