Re: GDPR Proxy

2022-11-04 Thread Maxim Dounin
Hello! On Fri, Nov 04, 2022 at 04:01:22PM +0100, basti wrote: > we have a website with some embedded content to YT. So the idea is to > setup a GDPR Proxy. > > Setup: > > User Client -> example.com (embedded content media.example.com) -> YT > > So YT only can see the IP of media.example.com.

GDPR Proxy

2022-11-04 Thread basti
Hello, we have a website with some embedded content to YT. So the idea is to setup a GDPR Proxy. Setup: User Client -> example.com (embedded content media.example.com) -> YT So YT only can see the IP of media.example.com. What's about cookies? Can YT track the 'User Client'? Something li

Re: performance guide for nginx L4 stream

2022-11-04 Thread solomon
Hi, Probably an issue associated with backlog and/or timewait. If the backlog queue or the timewait bucket is full, the new connection request will be dropped by tcp, before Nginx even accepting the connection, so you can't see error log in Nginx. To increase the backlog queue, you can increase t