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
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
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
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
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