files: delete openstack-dashboard.conf
openstack-dashboard configuration file is not used anymore by the manifests, we can cleanup the module by deleting apache directory. Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -1,35 +0,0 @@
|
|||||||
<VirtualHost *:80>
|
|
||||||
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
|
|
||||||
|
|
||||||
<Directory />
|
|
||||||
AllowOverride None
|
|
||||||
</Directory>
|
|
||||||
|
|
||||||
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi/>
|
|
||||||
Order allow,deny
|
|
||||||
Allow from all
|
|
||||||
</Directory>
|
|
||||||
|
|
||||||
Alias /static/horizon /usr/share/pyshared/horizon/static/horizon
|
|
||||||
|
|
||||||
<Directory /usr/share/pyshared/horizon/static/horizon>
|
|
||||||
Order allow,deny
|
|
||||||
Allow from all
|
|
||||||
</Directory>
|
|
||||||
|
|
||||||
#Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static
|
|
||||||
|
|
||||||
<Directory /usr/share/openstack-dashboard/openstack_dashboard/static/>
|
|
||||||
Order allow,deny
|
|
||||||
Allow from all
|
|
||||||
</Directory>
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
LogLevel warn
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
</VirtualHost>
|
|
Reference in New Issue
Block a user