www/squid: Regex + hint (#4470)

This commit is contained in:
Andy Binder 2025-01-16 11:00:57 +01:00 committed by GitHub
parent dffc5ecc6b
commit e195b2e49b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -2,5 +2,5 @@
# Local syslog-ng configuration filter definition [squid_access].
###################################################################
filter f_local_squid_access {
program("^(squid-|squid-coord-)\\d+");
program("squid-*");
};