会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
代码印记
上游科技
首页
联系
管理
2023年8月26日
openresty中几种重定向的差异比较(ngx.redirect、ngx.req.set_uri、ngx.exec)
摘要: ### 一. 测试用的nginx.conf: ``` user root; worker_processes 1; error_log logs/error.log; events { worker_connections 1024; } http { charset utf-8; default_
阅读全文
posted @ 2023-08-26 10:04 网无忌
阅读(535)
评论(0)
推荐(0)
编辑