Hello!
On Sun, Aug 09, 2020 at 10:45:14AM -0400, stmx38 wrote:
> Maxim, thank you for reply!
>
> Some additional question here:
> 1. If we will remove 'timeout' will Nginx send traffic to the next upstream
> on 502 error?
The "timeout" parameter corresponds to 504 returned to clients and
in $u
Hello!
On Mon, Aug 10, 2020 at 04:19:52AM -0400, mark_liao wrote:
> Hi, Dear friends:
>
> I post my problem detail in there:
>
>
> https://stackoverflow.com/questions/63239923/the-nginx-upstream-configuration-do-not-distinguish-domain
>
> why can not differentiate the two upstreams
Hi Sergey,
First thanks for your reply.
What I don't really understand is, shouldn't nginx be more strict by
default with the requests that are passed to grpc backends? I have been
reading a little bit about the GRPC protocol, and it's supposed to just
use POST requests (I might be wrong about t
On Sun, Aug 09, 2020 at 09:34:20PM -0600, The Doctor wrote:
Hi there,
> location /cgi-bin/ {
> #try_files $uri =404 ;
> gzip off;
> root /usr/local/www/apache24/cgi-bin/;
> fastcgi_pass unix:/var/run/fcgiwrap/fcgiwrap.sock;
>
>
Hi, Dear friends:
I post my problem detail in there:
https://stackoverflow.com/questions/63239923/the-nginx-upstream-configuration-do-not-distinguish-domain
why can not differentiate the two upstreams?
Please take a look at this.
Posted at Nginx Forum:
https://forum.nginx.org/