None of the only http2 indicators are able to detect http2 although i have
it enable
Website Link : https://www.onestopmarketing.club
Full Nginx Config : http://pastebin.com/ScGmZNwX
I also did restart nginx or reload the configuration with no change at all
Posted at Nginx Forum:
http://forum
Any ideas how to implement the following?
Upstream pool of 4 nodes
Node1
Node2
Node3
Node4
Proxy_pass upstream
If node in upstream returns a 501 move request to next node in upstream but
don’t mark it as down or failed and keep client waiting while trying other
nodes.
If all nodes return a 501
I'm also seeing this, in nginx 1.8.0. I have several vhosts using SSL, but
only one using OCSP stapling. If I disable all the other servers using SSL
then OCSP stapling works. If this is by design then it should be mentioned
on the documentation page for the SSL module[0].
Regards,
Alan
[0] http
Hello!
On Fri, Oct 02, 2015 at 10:22:14AM -0400, highclass99 wrote:
> upstream myCloud{
> server 10.0.0.1 weight=10;
> server 10.0.0.2 weight=20;
> }
>
> For 30 sequential requests,
> will it work like
> A.
> 10.0.0.1 10.0.0.2 10.0.0.2 -> 10.0.0.1 10.0.0.2 10.0.0.2 -> ... total 10
> times r
upstream myCloud{
server 10.0.0.1 weight=10;
server 10.0.0.2 weight=20;
}
For 30 sequential requests,
will it work like
A.
10.0.0.1 10.0.0.2 10.0.0.2 -> 10.0.0.1 10.0.0.2 10.0.0.2 -> ... total 10
times repeat
or will it work like
B.
10.0.0.1 ... 10 times repeat -> 10.0.0.2... 20 times repeat
On Fri, Oct 02, 2015 at 12:44:51PM +0200, Marcello Lorenzi wrote:
Hi there,
> we're testing a new nginx implementation to put in front our web
> application to retrieve the X-Forwarded-For header sent by an external
> reverse proxy and configure it as realip address of the requests forwarded
> to
On Fri, Oct 02, 2015 at 07:30:28AM -0400, bjoe2k4 wrote:
Hi there,
> i was wondering if it is possible to have custom error pages *without* the
> error page locations inheriting the http or server level access_log
> directives.
Requests are logged in the context of a location where processing en
Hi,
i was wondering if it is possible to have custom error pages *without* the
error page locations inheriting the http or server level access_log
directives. Please consider the following config:
--
server {
listen *:80;
server_name test.domain;
root /app/www/;
Hi All
we're testing a new nginx implementation to put in front our web
application to retrieve the X-Forwarded-For header sent by an external
reverse proxy and configure it as realip address of the requests forwarded
to we app.
We have installed nginx with the realip module and from the access lo
11:04 1-10-2015 nginx 1.9.6.1 Kitty
Whats small and slender red and peach, blue eyes, white face with
whiskers, pink bow ? She ain't really that nice, she ain't even
pretty but she gets the job done so here’s Kitty! Remember kids,
as long as it SMELLS like orange juice, you can drink it.
The nginx
10 matches
Mail list logo