Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Created April 12, 2020 02:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
-- 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