like grpc_request_buffering?
nginx listen on http2 and grpc_pass to grpc server,
but grpc_next_stream cant work like expect.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,280208,280208#msg-280208
___
nginx mailing list
nginx@nginx.org
ht
thanks for your help.
how can i find why nginx can't keep connection in this case.
why nginx can no process data and send a settings or ping ack to grpc
server?
grpc client will do like this.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,280159,280207#msg-280207
_
On Tue, Jun 19, 2018 at 03:34:13PM -0400, vchha...@medallia.com wrote:
Hi there,
> I'm trying the "if" statement below in my
> nginx app config file, but doesn't seem to quite work. It just gives a
> 403 for every request.
> location / {
>if ($http_headerkey != "headervalue") {
>
Sounds weird.
1. It doesn’t make sense for your cache to be on a tmpfs share. Better to use s
physical disk allow Linux ‘s page csche to do its job
2. How big are the files in the larger cache? Min/median/max?
Sent from my iPhone
> On Jun 20, 2018, at 7:38 AM, rihad wrote:
>
> Have you be
Have you been able to solve the issue? We're having the same problem after
upgrading 1.12.2 to 1.14
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,272519,280189#msg-280189
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailm
i configured gzip like bellow:
http {
gzipon;
gzip_comp_level 5;
gzip_http_version 1.0;
gzip_proxiedany;
gzip_min_length 1k;
gzip_types text/css text/plain text/javascript text/xml
application/json application/javascript application/x-javascript;
...
Thank you.
I guess sticky module is only available in the commercial edition of Nginx?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,280183,280185#msg-280185
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/
Look at sticky session, a routing code in a cookie that helps you decide
where to send the packet. So on the 443 set the cookie and on the udp use
the cookie in the header to route on the back end
On 20 June 2018 at 17:16, nov1ce wrote:
> Hello,
>
> 1.14.0-1 running on Debian Stretch:
>
> # dp
Hello,
1.14.0-1 running on Debian Stretch:
# dpkg -l | grep nginx
ii nginx 1.14.0-1~stretch amd64
high performance web server
I'm trying to load balance between two VMware View Connection servers
(10.7.18.121 and 10.7.18.122) listening on 443/tcp, 4