Created
April 12, 2020 02:24
-
-
Save leandromoreira/2a34506fa1bf67d0f99c83c10f813a69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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