# This file controls the behavior of the
# Apache installation / upgrade.

# Controls if the Apache "default" site provided by the Debian
# Apache package should be disabled, and the "openstack-dashboard"
# virtual host enabled. If set to no, then you will have to do the
# setup manually.
HORIZON_ACTIVATE_VHOSTS=no

# If the above HORIZON_ACTIVATE_VHOSTS is set to yes, the
# below directive is set to yes also, then Horizon will
# be setup using SSL, and any query to the non-SSL site
# will be redirected to the SSL site.
HORIZON_USE_SSL=yes
