How does Nginx multiplex gRPC connections

2021-11-22 Thread Tal Kapon
Hi, We have been experimented with nginx as reverse proxy for gRPC connections. We create thousands of simultaneous gRPC connections (simulating many agents). When using unary RPC call from the gRPC client, Nginx multiplexes the connections and creates small number of connections to the backend

Re: how Can I Cross Compile nginx web server for arm linux?

2021-11-22 Thread vrezaei
dear Francis I have solved my problem by following instructions precisely. https://programmer.help/blogs/cross-compiling-nginx-used-on-hi3536.html it is a very good tutorial. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292907,292919#msg-292919

Re: NGINX option: test configuration, dump it expanded and exit

2021-11-22 Thread Fabiano Furtado Pessoa Coelho
Hi Francis, On Mon, Nov 22, 2021 at 6:17 PM Francis Daly wrote: > > On Mon, Nov 22, 2021 at 03:42:39PM -0300, Fabiano Furtado Pessoa Coelho wrote: > > Hi there, > > > NGINX has a -T option, where you can "test configuration, dump it and exit". > > Is there a way to process the "include" directiv

Re: Images do not load

2021-11-22 Thread Francis Daly
On Mon, Nov 22, 2021 at 02:04:36PM -0500, Software Info wrote: Hi there, > I am running version version 1.20 on FreeBSD. I am trying to set up nginx as > a reverse proxy for a backend server sitting on Windows 2012. When I try to > load the site through nginx, I don’t get any images back. On th

Re: NGINX option: test configuration, dump it expanded and exit

2021-11-22 Thread Francis Daly
On Mon, Nov 22, 2021 at 03:42:39PM -0300, Fabiano Furtado Pessoa Coelho wrote: Hi there, > NGINX has a -T option, where you can "test configuration, dump it and exit". > Is there a way to process the "include" directive and dump the > configuration "expanded"? I think that's what "-T" does, no?

Images do not load

2021-11-22 Thread Software Info
Hi All, I am running version version 1.20 on FreeBSD. I am trying to set up nginx as a reverse proxy for a backend server sitting on Windows 2012. When I try to load the site through nginx, I don’t get any images back. On the windows server, everything the site needs is under the central folder.

NGINX option: test configuration, dump it expanded and exit

2021-11-22 Thread Fabiano Furtado Pessoa Coelho
Hi... NGINX has a -T option, where you can "test configuration, dump it and exit". Is there a way to process the "include" directive and dump the configuration "expanded"? Thanks in advance. Fabiano Furtado ___ nginx mailing list nginx@nginx.org http://

Re: how Can I Cross Compile nginx web server for arm linux?

2021-11-22 Thread Francis Daly
On Mon, Nov 22, 2021 at 06:08:45AM -0500, vrezaei wrote: Hi there, > I need to do Cross Compile Nginx Web Server to use on my target board. See, for example, https://forum.nginx.org/read.php?2,279437,279441 and https://forum.nginx.org/read.php?2,280952,280953 Cross-compilation is not supported

how Can I Cross Compile nginx web server for arm linux?

2021-11-22 Thread vrezaei
hi I need to do Cross Compile Nginx Web Server to use on my target board. I follow instructions on this tutorial https://programmer.help/blogs/cross-compiling-nginx-used-on-hi3536.html but it wasn't successful. ps. my goal is to set up an Nginx webserver with pcre , OpenSSL and rtmp-module on the