summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/dashboard/templates/openstack-dashboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'compass/deploy/ansible/roles/dashboard/templates/openstack-dashboard.conf')
-rw-r--r--compass/deploy/ansible/roles/dashboard/templates/openstack-dashboard.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/compass/deploy/ansible/roles/dashboard/templates/openstack-dashboard.conf b/compass/deploy/ansible/roles/dashboard/templates/openstack-dashboard.conf
deleted file mode 100644
index a5a791a..0000000
--- a/compass/deploy/ansible/roles/dashboard/templates/openstack-dashboard.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-<VirtualHost *:80>
-
-WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
-WSGIDaemonProcess horizon user=www-data group=www-data processes=3 threads=10
-Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
-
-<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
-Order allow,deny
-Allow from all
-</Directory>
-
-
-</VirtualHost>
-