Merge "Remove overlapping Listen directives on apache >= 2.4"

This commit is contained in:
Zuul 2019-04-06 04:37:01 +00:00 committed by Gerrit Code Review
commit 5c9dd146b8
1 changed files with 2 additions and 1 deletions

View File

@ -70,8 +70,9 @@ conf:
- status
horizon:
apache: |
<IfVersion < 2.4>
Listen 0.0.0.0:{{ tuple "dashboard" "internal" "web" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
</IfVersion>
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy