Removed fuel from Genesis master since fuel has moved to repo fuel.
[genesis.git] / compass / deploy / ansible / roles / dashboard / templates / openstack-dashboard.conf
1 <VirtualHost *:80>
2
3 WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
4 WSGIDaemonProcess horizon user=www-data group=www-data processes=3 threads=10
5 Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
6
7 <Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
8 Order allow,deny
9 Allow from all
10 </Directory>
11
12
13 </VirtualHost>
14