mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/squid: include icap_service_failure_limit configuration (#4176)
This commit seems to be the final solution for #3875.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user