Since mysql connections don't have HTTP headers to "lookup the correct
backend server group" based on, I doubt it can do #1 FWIW...I actually
know little about nginx though.
Maybe if you have it listen on various different ports (or different
IP addresses coming in?)
For #2 maybe need "listen..ssl
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 wr
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 n
ng in error.log file somehow, or at least in the
output of -T, to warn somehow. Then there won't be unexpected
round-robins occurring and "supposedly single" servers being
considered unavailable due to timeouts, surprising people like myself.
Thank you for your attention, and for n
OK thanks for the responses.
--
Posted via http://www.ruby-forum.com/.
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello. It might be nice if nginx included some type of logging
functionality like...if something [like fastcgi, etc.] returns a 500
error, it sends off an email message to alert an admin. Something like
that.
Anyway, thanks for your awesome product.
-roger-
--
Posted via http://www.ruby-forum.c
Hello. After installing a "fresh" 1.4.4 nginx with passenger the other
day, I had a few suggestions/feature requests for the default install:
by default the client_max_body_size can easily be exceeded. I think
this takes many people by surprise (at least it did for me) when small
uploads work bu
seems for me that any of these work for showing the virtual host (for
followers).
$http_host $host $server_name
I just had to uncomment this line for it to 'take', oddly:
#access_log logs/access.log main;
@nginx dev guys: it would be nice if the default config either
mentioned that both