Skip to content

Instantly share code, notes, and snippets.

@ionosphere80
Created October 10, 2014 13:02
Show Gist options
  • Save ionosphere80/00feed2913d5499e9f7a to your computer and use it in GitHub Desktop.
Save ionosphere80/00feed2913d5499e9f7a to your computer and use it in GitHub Desktop.
Apache configuration for openstack-dashboard on Ubuntu
WSGIScriptAlias /horizon /usr/share/openstack-dashboard/openstack_dashboard/wsgi
/django.wsgi
WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10
WSGIProcessGroup horizon
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment