www/squid: include icap_service_failure_limit configuration (#4176)

This commit seems to be the final solution for #3875.
This commit is contained in:
Andy Binder
2024-08-14 14:13:36 +02:00
committed by GitHub
parent 7270d91ecf
commit f9610f33c5
@@ -234,6 +234,8 @@ acl CONNECT method CONNECT
{% if helpers.exists('OPNsense.proxy.forward.icap.enable') and OPNsense.proxy.forward.icap.enable == '1' %}
# enable icap
icap_enable on
icap_service_failure_limit -1
{% if helpers.exists('OPNsense.proxy.forward.icap.OptionsTTL') %}
icap_default_options_ttl {{OPNsense.proxy.forward.icap.OptionsTTL}}
{% endif %}