mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
squid: error_directory /usr/local/etc/squid/errors/{{lang}}; closes #2304
This commit is contained in:
parent
99c9c7006a
commit
4e8e256333
@ -445,3 +445,6 @@ visible_hostname {{OPNsense.proxy.general.VisibleHostname}}
|
||||
# Define visible email
|
||||
cache_mgr {{OPNsense.proxy.general.VisibleEmail}}
|
||||
{% endif %}
|
||||
{% if helpers.exists('system.language') and system.language != "" %}
|
||||
error_directory /usr/local/etc/squid/errors/{{ system.language|lower|replace("_","-")}}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user