mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
(proxy) fix cache_store_log location, closes https://github.com/opnsense/core/issues/645
This commit is contained in:
parent
62d73916d3
commit
79afa075d0
@ -312,6 +312,8 @@ access_log /var/log/squid/access.log squid !accesslog_ignore
|
||||
{% if OPNsense.proxy.general.logging.enable.storeLog == '0' %}
|
||||
# Disable cache store log
|
||||
cache_store_log none
|
||||
{% else %}
|
||||
cache_store_log /var/log/squid/store.log
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.proxy.general.alternateDNSservers' ) %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user