location ~ ^/([-_a-zA-Z0-9/]+) {
content_by_lua_file src/$1.lua;
}
openresty文件自适应
最新推荐文章于 2025-05-21 11:30:00 发布
location ~ ^/([-_a-zA-Z0-9/]+) {
content_by_lua_file src/$1.lua;
}