Configuring a subnet in an upstream server

2017-04-01 Thread Dynastic Space
Is it possible to configure a collection of servers using subnet notation in the upstream server knob? e.g. server 192.168.0.0/16. Thanks, Dynastic ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Memory issue

2017-04-01 Thread JohnCarne
We made a lot of tests, removing brotli, geoip, we can't solve the issue i suspect : nginx: cache manager process simple bug ! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273274,273303#msg-273303 ___ nginx mailing list nginx@nginx.o

Re: Nginx cookie map regex remove + character

2017-04-01 Thread Francis Daly
On Fri, Mar 24, 2017 at 05:18:23PM -0400, c0nw0nk wrote: Hi there, > The cookie name = a MD5 sum the full / complete value of the cookie seems to > cut of at a plus + symbol Your regex piece is (?[\w]{1,}+) which says to match one or more \w characters ({1,}), one or more times (+) \w is "wor

Re: how to proxy a proxy (subrequest with corporate proxy)

2017-04-01 Thread Francis Daly
On Thu, Mar 30, 2017 at 06:13:59PM -0400, CeeGeeDev wrote: Hi there, > It's not clear to us how to configure a "web proxy" for a subrequest, since > the subrequest itself is already basically a "proxy" call. Stock nginx does not speak proxied-http to a http proxy. I suspect that the facility wi

[no subject]

2017-04-01 Thread ??????
___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: HTTP To TCP Conversion

2017-04-01 Thread Francis Daly
On Wed, Mar 29, 2017 at 12:44:09PM -0400, nginxsantos wrote: Hi there, > Can someone please guide me on how this can be done. I am quite familiar > with nginx code. If someone can guide me how this can be achieved (passing > the incoming traffic over tcp connection to tcp clients), I can pick up.

Re: curl 301 moved permanently if I don't use slash at the end of the url

2017-04-01 Thread Francis Daly
On Tue, Mar 28, 2017 at 12:56:13PM -0400, c4rl wrote: Hi there, > I need to list the content of some directories with curl without to use a > '/' at the end of the url. There's a relative-url reason why that is usually not a good idea, which is probably why the defaults for many web servers' "au