location /ready { default_type 'text/plain'; rewrite_by_lua_block { ngx.print('ready') ngx.flush(true) ngx.exit(ngx.HTTP_OK) } }