我在将 lighttpd rewrite 转换为 nginx 时遇到问题。
下一行。
rewrite "/torrent/([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{36}).*" => "/t/$1/$2/$3.torrent";
一些帮助?
我在将 lighttpd rewrite 转换为 nginx 时遇到问题。
下一行。
rewrite "/torrent/([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{36}).*" => "/t/$1/$2/$3.torrent";
一些帮助?