Hacker News new | ask | show | jobs
by nikolay 3863 days ago
Okay, but you have to escape this in the Nginx config! Same issue with Lua! And this is terrible!
1 comments

there is these days _by_lua_block.
Thanks! This is really great:

    content_by_lua_block {
        ngx.say("hello, world")
    }