Where to find openstack-dashboard.conf in the latest DevStack release?
I have tried searching for it everywhere but is not present.
find /etc -iname "openstack-dashboard.conf"
returns nothing. According to the documentation, it's supposed to be here: /etc/apache2/conf.d/openstack-dashboard.conf
But, I don't have a directory called "conf.d" under apache2. I am running devstack as the default user called "stack".
I am trying to make Horizon use "https" instead of "http". Any other good documentation instead of the one on openstack.org?
EDIT: Found horizon.conf but still don't understand what should be the values for port 443 under the virtualhosts tag.
Thanks