mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
www/squid: Regex + hint (#4470)
This commit is contained in:
parent
dffc5ecc6b
commit
e195b2e49b
2 changed files with 3 additions and 2 deletions
|
|
@ -343,7 +343,8 @@
|
|||
<id>proxy.forward.workers</id>
|
||||
<label>Number of squid workers</label>
|
||||
<type>text</type>
|
||||
<help>Start N main Squid process daemons (i.e., SMP mode). Requires Restart. Default: 1</help>
|
||||
<help>Start N main Squid process daemons (i.e., SMP mode). Requires Restart. Do not enable when using local cache.</help>
|
||||
<hint>1</hint>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
# Local syslog-ng configuration filter definition [squid_access].
|
||||
###################################################################
|
||||
filter f_local_squid_access {
|
||||
program("^(squid-|squid-coord-)\\d+");
|
||||
program("squid-*");
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue