f80f78bf63
With more services moving to an Apache2 model, having a ports.conf file becomes unmanageable - we should instead add the Listen line to each Vhost and set a blank "ports.conf". Change-Id: I58b12b799d15ad84e1c40125aba492109cdcb130
7 lines
201 B
Django/Jinja
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.
|