openstack-ansible-os_horizon/templates/horizon_apache_ports.conf.j2
Dmitriy Rabotyagov 41f3380691 Move Listen definition to VHosts
In order to avoid conflicts with other applications running Apache,
like keystone, we avoid using ports.conf for Listen and using VHost files
for this purpose.

We place same dummy template as keystone does for upgrade purposes.

Change-Id: I8a5ef5234b8aee1e7b3517e9543d2af0a84e90ce
2022-02-09 13:49:21 +02:00

7 lines
201 B
Django/Jinja

# {{ ansible_managed }}
# We place a blank file here
# Listen commands happen inside the individual VHost files
# This allows for multiple services VHosts to exist without
# overwriting Listen lines.