summarylogtreecommitdiffstats
path: root/openstack-dashboard.conf
diff options
context:
space:
mode:
authorErhan SAHIN2015-06-12 00:29:10 +0300
committerErhan SAHIN2015-06-12 00:29:10 +0300
commitd5b6ddf3ffb94b280c3db90960c1a00ed9b26d59 (patch)
tree2502872eae8f546f7c15b36b90dee05c9dfd75fa /openstack-dashboard.conf
downloadaur-horizon-icehouse.tar.gz
AUR4 Migration
Diffstat (limited to 'openstack-dashboard.conf')
-rw-r--r--openstack-dashboard.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/openstack-dashboard.conf b/openstack-dashboard.conf
new file mode 100644
index 000000000000..9d57a8fcdd74
--- /dev/null
+++ b/openstack-dashboard.conf
@@ -0,0 +1,10 @@
+LoadModule wsgi_module modules/mod_wsgi.so
+WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
+WSGIDaemonProcess horizon user=http group=http processes=3 threads=10
+Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
+# <Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
+<Directory /usr/share/openstack-dashboard/openstack_dashboard>
+ Order allow,deny
+ Allow from all
+ Require all granted
+</Directory>