mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/squid: Regex + hint (#4470)
This commit is contained in:
@@ -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-*");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user