-- header_filter_by_lua_block | |
-- since we're going to change the content | |
-- we need to | |
ngx.header.content_length = nil | |
-- body_filter_by_lua_block | |
ngx.arg[1] = ngx.arg[1] .. "\n#COPYRIGHT: mysite.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment