Nginx wants to push logs to some http interface. Can nginx itself do this?

can nginx itself do that? It is better to use openresty

Mar.02,2021

nginx itself does not support, unless you modify its underlying c source code (not recommended), it is recommended to use openresty, do a layer similar to the gateway layer, and use Lua to obtain data transfer processing. It is very flexible.

Menu