On Wed, Nov 20, 2019 at 12:28 PM Maxim Dounin wrote:
>
> Hello!
>
> On Tue, Nov 19, 2019 at 07:26:35PM -0700, Roger Pack wrote:
>
> > On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote:
> >
> > > On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote:
> > >
> > > > I noticed that in ngx_http
Hello!
On Tue, Nov 19, 2019 at 07:26:35PM -0700, Roger Pack wrote:
> On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote:
>
> > On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote:
> >
> > > I noticed that in ngx_http_proxy_module
> > >
> > > proxy_pass http://localhost:8000/uri/;
> > >
On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote:
>
> Hello!
Hi back again :)
> On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote:
>
> > I noticed that in ngx_http_proxy_module
> >
> > proxy_pass http://localhost:8000/uri/;
> > "If a domain name resolves to several addresses, all of
Hello!
On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote:
> I noticed that in ngx_http_proxy_module
>
> proxy_pass http://localhost:8000/uri/;
> "If a domain name resolves to several addresses, all of them will be
> used in a round-robin fashion. In addition, an address can be
> specifi
I noticed that in ngx_http_proxy_module
proxy_pass http://localhost:8000/uri/;
"If a domain name resolves to several addresses, all of them will be
used in a round-robin fashion. In addition, an address can be
specified as a server group."
However this can be confusing for end users who innocentl