location /hello { default_type 'text/plain'; content_by_lua_block { ngx.say('Hello World!') } }