Re: Matching of special characters in location

2020-11-10 Thread Francis Daly
On Tue, Nov 10, 2020 at 02:54:26AM +0100, Grzegorz Kulewski wrote: > W dniu 10.11.2020 o 01:19, Francis Daly pisze: Hi there, > > So my config file can include (e.g.) > > > > location ^~/<200b> { return 200 "match /zwsp ($uri, $request_uri)\n"; } > > > > (except there is only one "character"

Re: grpc-go client disconnect in 60 seconds

2020-11-10 Thread Maxim Dounin
Hello! On Tue, Nov 10, 2020 at 08:59:54AM -0500, aagrawal wrote: > Thanks for reply, > So i can see that when i start grpc-go client insecure connection, http > request is received by grpc server and response also sent from grpcserver in > every 10 seconds. > But still after 60 seconds timeout

Re: grpc-go client disconnect in 60 seconds

2020-11-10 Thread aagrawal
Thanks for reply, So i can see that when i start grpc-go client insecure connection, http request is received by grpc server and response also sent from grpcserver in every 10 seconds. But still after 60 seconds timeout happens. So is it correct to say that because of some issue grpc-go client r

Re: grpc-go client disconnect in 60 seconds

2020-11-10 Thread Maxim Dounin
Hello! On Tue, Nov 10, 2020 at 07:56:36AM -0500, aagrawal wrote: > Hi , > I am using grpc-go client for grpc subscription, and in every 60 seconds > after subscription , it is disconnecting. > I run nginx in debug mode, and found following logs where i see that "408" > error happened , because

grpc-go client disconnect in 60 seconds

2020-11-10 Thread aagrawal
Hi , I am using grpc-go client for grpc subscription, and in every 60 seconds after subscription , it is disconnecting. I run nginx in debug mode, and found following logs where i see that "408" error happened , because "client_body_timeout is default value 60 seconds." i am using nginx 1.16.1

How to encrypt request body content by nginx plugin

2020-11-10 Thread lilihongbe...@163.com
Hello Team, I learned that it can be encrypt request body content and encrypt response body content through encrypted-session-nginx-module(https://github.com/openresty/encrypted-session-nginx-module) in openresty. But I need to use the nginx plugin, not openresty(Old system, it is not allowe