RE: nginx-1.25.5

2024-04-17 Thread Reinis Rozitis via nginx
>    *) 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 __

RE: I need help with our NGINX set up

2024-04-19 Thread Reinis Rozitis via nginx
> 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

RE: nginx with gitlab self host and cookie/session expired problems

2025-01-25 Thread Reinis Rozitis via nginx
> 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