$request_time in ngx_http_log_module

2021-08-30 Thread Dorin RuV
Hi everybody, I'm currently working on adjusting the logging format to our nginx proxies. In order to comply to some logging endpoint standards I'm trying to find the right place where I could convert the $request_time value from "seconds with a millisecond resolution" to nanoseconds. Can it be do

Re: Embedded variables from ngx_http_core_module and websocket connections

2021-07-22 Thread Dorin RuV
_custom as connection starter, but this would extremely specific to this constellation. What do you think? Best, Dorin Am Mi., 21. Juli 2021 um 23:40 Uhr schrieb Francis Daly : > On Tue, Jul 20, 2021 at 12:39:51PM +0200, Dorin RuV wrote: > > Hi there, > > > I'

Re: Embedded variables from ngx_http_core_module and websocket connections

2021-07-21 Thread Dorin RuV
er cycle 2021/07/21 13:41:51 [debug] 8#8: epoll timer: -1" Judging by the fact that this 3rd test case worked, it seems that the $http_upgrade is there when not doing the ssl termination on the nginx reverse proxy. I don't know though about nginx internals, why this is. Best, Dorin Am M

Embedded variables from ngx_http_core_module and websocket connections

2021-07-20 Thread Dorin RuV
Hi everybody, I'm currently having an issue with nginx which I cannot get to the bottom of. I'm using nginx as a reverse proxy/load balancer in front of Kubernetes. I'm trying to set up Websocket connections with an app running in Kubernetes, but there are some problems. I have followed the "more