location /app3 { default_type "text/plain"; content_by_lua_block { ngx.say("app3") } }