博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
openresty修改302的location
阅读量:5862 次
发布时间:2019-06-19

本文共 398 字,大约阅读时间需要 1 分钟。

header_filter_by_lua

location  /demo {                proxy_pass http://localhost:3000/demo ;                header_filter_by_lua '                    local url = ngx.header.Location                    if not url then                        return                    else                        ngx.header.Location = "http://localhost:3001/newDemo"                    end                ';        }

转载地址:http://zygjx.baihongyu.com/

你可能感兴趣的文章