11 Nginx ~和正则~*表达式有什么区别? 例如: if ($http_referer ~* www.foobar.net) { ... } 与 if ($http_referer ~ www.foobar.net) { ... } nginx regex — 偏序 source