Capture internal proxies in synced HTTP logs

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-03-28 23:52:58 +01:00
parent 3b90823bb7
commit 99eee653cc

View file

@ -33,6 +33,11 @@ function syncHttpLogs {
syncHttpLogs {{host}}
{% endfor %}
## Sync up all internal proxies
{% for host in groups['proxies-internal'] %}
syncHttpLogs {{host}}
{% endfor %}
## Sync up all staging proxies
{% for host in groups['proxies-stg'] %}
syncHttpLogs {{host}}