summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/horizon/files/horizon_vhost.conf')
-rw-r--r--www-apps/horizon/files/horizon_vhost.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/www-apps/horizon/files/horizon_vhost.conf b/www-apps/horizon/files/horizon_vhost.conf
deleted file mode 100644
index 45df6ec..0000000
--- a/www-apps/horizon/files/horizon_vhost.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-Listen 8000
-WSGIPythonPath /usr/lib64/python2.7/site-packages/horizon
-WSGIPythonPath /usr/lib64/python2.7/site-packages
-<VirtualHost localhost:8000>
- ServerName localhost
- WSGIScriptAlias / /usr/lib64/python2.7/site-packages/openstack_dashboard/wsgi/django.wsgi
- Alias /media/admin/ /usr/lib64/python2.7/site-packages/django/contrib/admin/media/
- <Directory "/usr/lib64/python2.7/site-packages/openstack_dashboard">
- AllowOverride None
- Options None
- Order allow,deny
- Allow from all
- </Directory>
-</VirtualHost>