Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Created April 12, 2020 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leandromoreira/2a34506fa1bf67d0f99c83c10f813a69 to your computer and use it in GitHub Desktop.
Save leandromoreira/2a34506fa1bf67d0f99c83c10f813a69 to your computer and use it in GitHub Desktop.
-- 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