/read.php?aid=1&cid=2
[ol]location ~ .*read.php\?aid\=([0-9]+)\&cid\=([0-9]+)
{
fastcgi_pass unix:/tmp/php-cgi-73.sock;
include enable-php-73.conf;
add_header Nginx-Cache "$upstream_cache_status";
fastcgi_cache cgi_one;
fastcgi_cache_valid 200 301 302 1d;
fastcgi_cache_valid 404 500 502 503 504 0s;
fastcgi_cache_valid any 0s;
}[/ol]复制代码
这样好像匹配不到
来个大佬指导下