Nir Nahum
Nir Nahum
Hi, we are using AWS, elesticache service for our redis services, using hiredis driver (with hiredis cluster, but it's not relevant) connection is done using dns, provided by AWS the...
i'm trying to run ngx.exit(500) at my request handling code (location under server section of nginx) and tried to add some code handling the log phase, log_by_lua_block { require("final").run() }...
Hi, when the socket send fails (tcp), we get a nice error in the error log, problem is, its not informative in any way i mean we have multiple of...