Hi all,
We're struggling with some issues while trying to pull artifacts from our nexus 3 instance. We're currently using ingressroute to make nexus 3 available for end users. The thing is that we're receiving this read timeout error on nexus side:
“java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms”
There's some documentation from sonatype to make nexus 3 working but's only covering nginx and apache. They recommend to disable proxy buffering:
NGINX --> proxy_buffering off;
So the question is... How can we disable proxy buffering on traefikv2?
Thanks for all!