diff --git a/files/apache/openstack-dashboard.conf b/files/apache/openstack-dashboard.conf deleted file mode 100644 index 895c565b..00000000 --- a/files/apache/openstack-dashboard.conf +++ /dev/null @@ -1,35 +0,0 @@ - - ServerAdmin webmaster@localhost - WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi - WSGIDaemonProcess horizon user=www-data group=www-data - #WSGIProcessGroup openstack-dashboard - Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static - - DocumentRoot /var/www - - - AllowOverride None - - - - Order allow,deny - Allow from all - - - Alias /static/horizon /usr/share/pyshared/horizon/static/horizon - - - Order allow,deny - Allow from all - - - #Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static - - - Order allow,deny - Allow from all - - ErrorLog ${APACHE_LOG_DIR}/error.log - LogLevel warn - CustomLog ${APACHE_LOG_DIR}/access.log combined -