2024年9月10日
摘要: nginx中可以配置 ` -- lua校验配置 location ^~/lua/ { default_type 'text/html'; access_by_lua_file /usr/local/nginx/conf/access.lua; } -- 重定向配置 location ^~/toRed 阅读全文
posted @ 2024-09-10 17:03 小七mxs 阅读(139) 评论(0) 推荐(0)