Re: Cannot disable buffering during SSE connection

2021-05-05 Thread Maxim Dounin
Hello! On Wed, May 05, 2021 at 02:24:52PM -0700, Anatoliy Malishevskiy wrote: > I am trying to migrate from Apache2 to NGINX and having issues with SSE > connections. Everything else is working fine, the regular GET or POST > requests are getting through successfully. > > But there are 2 critica

Cannot disable buffering during SSE connection

2021-05-05 Thread Anatoliy Malishevskiy
Hello, I am trying to migrate from Apache2 to NGINX and having issues with SSE connections. Everything else is working fine, the regular GET or POST requests are getting through successfully. But there are 2 critical issues with SSE connections: 1) the NGINX holds up responses until the buffer is

Re: How to rate limit GRPC connections based on authorization (bearer) token in Nginx Ingress?

2021-05-05 Thread Sergey A. Osokin
Hi there, hope you're doing well. Please correct me if I wrong, but this looks like a manifest file for NGINX Ingress Controller from Kubernetes project itself, i.e. https://kubernetes.github.io/ingress-nginx/, and if so I'd recommend to switch to NGINX Ingress Controller for Kubernetes, please v

How to rate limit GRPC connections based on authorization (bearer) token in Nginx Ingress?

2021-05-05 Thread bobbidinho
I am trying to rate limit number GRPC connections based on a token included in the Authorization header. I tried the following settings in the Nginx configmap and Ingress annotation but Nginx rate limiting is not working. ``` --- apiVersion: v1 kind: ConfigMap metadata: name: nginx-ingress-contr

Hostname based bandiwdth!

2021-05-05 Thread shahzaib mushtaq
Hello, Does nginx provides hostname based bandwidth monitoring? Suppose we've two virtualhosts: domain1.com domain2.com Now we need to calculate how much bandwidth each virtualhost is consuming so at the end of the month we can get a monthly bandwidth usage for each hostname? Regards. Shahzaib