summaryrefslogtreecommitdiff
path: root/install-files/openstack/etc/horizon/apache-horizon.conf
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /install-files/openstack/etc/horizon/apache-horizon.conf
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'install-files/openstack/etc/horizon/apache-horizon.conf')
-rw-r--r--install-files/openstack/etc/horizon/apache-horizon.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/install-files/openstack/etc/horizon/apache-horizon.conf b/install-files/openstack/etc/horizon/apache-horizon.conf
deleted file mode 100644
index ab3cf0c7..00000000
--- a/install-files/openstack/etc/horizon/apache-horizon.conf
+++ /dev/null
@@ -1,36 +0,0 @@
-<VirtualHost *:80>
- WSGIScriptAlias / /var/lib/horizon/openstack_dashboard/wsgi/django.wsgi
- WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10 home=/var/lib/horizon display-name=horizon
- WSGIApplicationGroup %{GLOBAL}
-
- SetEnv APACHE_RUN_USER apache
- SetEnv APACHE_RUN_GROUP apache
- WSGIProcessGroup horizon
-
- DocumentRoot /var/lib/horizon/.blackhole
- Alias /static /var/lib/horizon/static
-
- <Directory /var/lib/horizon/static>
- Require all granted
- </Directory>
-
- <Directory /var/lib/horizon/openstack_dashboard >
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- # Apache 2.4 uses mod_authz_host for access control now (instead of
- # "Allow")
- <IfVersion < 2.4>
- Order allow,deny
- Allow from all
- </IfVersion>
- <IfVersion >= 2.4>
- Require all granted
- </IfVersion>
- </Directory>
-
- ErrorLog /var/log/httpd/horizon_error.log
- LogLevel warn
- CustomLog /var/log/httpd/horizon_access.log combined
-</VirtualHost>
-
-WSGISocketPrefix /var/run/httpd