blog » Squid代理技术 » 在Squid的Refresh中的dot (.)表示的意思
在Squid的Refresh中的dot (.)表示的意思
转载本站文章请注明,转载自:扶凯[http://www.php-oa.com]
The dot (.) is the the regular expression pattern, and matches anything. It uses POSIX regular expressions. (See man 7 regex).
blog » Squid代理技术 » 在Squid的Refresh中的dot (.)表示的意思
转载本站文章请注明,转载自:扶凯[http://www.php-oa.com]
The dot (.) is the the regular expression pattern, and matches anything. It uses POSIX regular expressions. (See man 7 regex).
People should read this.