Re: nginx taking too long to respond

2021-07-16 Thread Maxim Dounin
Hello! On Fri, Jul 16, 2021 at 02:54:29PM -0400, mrgonza78 wrote: > I have an nginx used mainly as a reverse proxy for a couple of upstream > services. This nginx has a simple endpoint used for health checks: > > location /ping { return 200 '{"ping":"successful"}'; } > > The problem I'm hav

nginx taking too long to respond

2021-07-16 Thread mrgonza78
I have an nginx used mainly as a reverse proxy for a couple of upstream services. This nginx has a simple endpoint used for health checks: location /ping { return 200 '{"ping":"successful"}'; } The problem I'm having is that this ping takes too long to be responded: $ cat /proc/loadavg;

Re: Fwd: NGINX is sending for .json file text/html Conent type

2021-07-16 Thread Maxim Dounin
Hello! On Fri, Jul 16, 2021 at 08:38:39AM +0200, Marcel Kočíšek wrote: > Stack overflow: > > https://stackoverflow.com/questions/68362629/nginx-is-sending-for-json-file-text-html-conent-type > > I have problem with my nginx server in version nginx:1.19-alpine running on > Docker. > > Static fi

Re: QUIC and HTTP/3 roadmap blog post

2021-07-16 Thread Vladimir Homutov
On Tue, Jul 13, 2021 at 05:29:15PM +0530, Raminda Subashana wrote: > Hi Maxim, > > Just tested nginx-quic release and there is a performance issue. I compared > it with Cloudflare quic experimental release which is based on nginx 1.16. > > It is almost 3 times slower than 1.16. Below config worked