> *) Feature: the ngx_stream_pass_module.
Hello,
what is the difference between pass from ngx_stream_pass_module and
proxy_pass from ngx_stream_proxy_module?
As in what entails "directly" in "allows passing the accepted connection
directly to any configured listening socket"?
wbr
rr
__
> It only accepts maximum of 128 kb of data, but the client_max_body_size
> 500M;. Is there a way to locate the cause of error.
Can you actually show what the "error" looks like?
The default value of client_max_body_size is 1M so the 128Kb limit most likely
comes from the backend application o
> Now, I’m wondering if the frequent logouts (session expiration) might be
> related to this cookie issue, and if there are any suggestions for addressing
> it via Nginx.
Nginx can't do much about it If the application behind deletes all the cookies.
So check what version of Gitlab you are runni