Re: Nginx not responding to port 80 on public IP address

2021-02-04 Thread Adam
Hi Francis, I've tried your suggestions (inline replies below) but am still stuck. On Thu, 4 Feb 2021 at 10:06, Francis Daly wrote: > On Thu, Feb 04, 2021 at 07:40:35AM +0000, Adam wrote: > > Hi there, > > It sounds like something outside of your nginx is preventing the tr

Nginx not responding to port 80 on public IP address

2021-02-03 Thread Adam
kind of run out of ideas, so thought I would post here. Thanks in advance for any support. Adam ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: No revalidation when using stale-while-revalidate

2020-07-24 Thread Adam Volek
ype: text/plain Connection: close cache-control: max-age=5, stale-while-revalidate=10 Adam Volek On 24. 07. 20 4:33, Maxim Dounin wrote: Hello! On Thu, Jul 23, 2020 at 08:06:36PM +0200, Adam Volek wrote: We're running into some strange behaviour with the stale-while-revalidate extension

No revalidation when using stale-while-revalidate

2020-07-23 Thread Adam Volek
nx.conf we used to replicate the issue. Kind regards, Adam Volek events {} http { proxy_cache_path /tmp/ngx_cache keys_zone=one:10m; proxy_cache one; server { listen 8080 default_server; location / { proxy_pass http://e

Server fails to start with unknown variable in log

2019-02-10 Thread Adam
My system is 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64 nginx: nginx-devel-1.15.8_4 freebsd port install any pointers would help. Regards, Adam ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

RE: upstream (tcp stream mode) doesn't detect connecton failure

2018-01-15 Thread Cecile, Adam
session_time'; server { listen 443; ssl_preread on; proxy_pass $name; proxy_protocol on; access_log /var/log/nginx/stream_443.log stream_routing; } server { listen 8080 proxy_protocol; proxy_pass mag; access_log /var/log/nginx/mag.log upstream_routing; }

Re: upstream (tcp stream mode) doesn't detect connecton failure

2018-01-10 Thread Adam Cecile
On 01/10/2018 07:58 PM, Maxim Dounin wrote: Hello! On Wed, Jan 10, 2018 at 07:18:36PM +0100, Adam Cecile wrote: [...] Ok, so you use multiple proxy layers to be able to combine backends which support/need PROXY protocol and ones which do not, right? This looks like a valid reason, as

Re: upstream (tcp stream mode) doesn't detect connecton failure

2018-01-10 Thread Adam Cecile
On 01/10/2018 05:54 PM, Maxim Dounin wrote: Hello! On Tue, Jan 09, 2018 at 11:48:54PM +0100, Adam Cecile wrote: On 01/09/2018 02:46 PM, Maxim Dounin wrote: Hello! On Mon, Jan 08, 2018 at 12:37:41PM +, Cecile, Adam wrote: Hello, I'm using this quite complicated setup involvin

Re: upstream (tcp stream mode) doesn't detect connecton failure

2018-01-09 Thread Adam Cecile
On 01/09/2018 02:46 PM, Maxim Dounin wrote: Hello! On Mon, Jan 08, 2018 at 12:37:41PM +, Cecile, Adam wrote: Hello, I'm using this quite complicated setup involving SNI routing and proxy_protocol but I'm stuck on something. Here is the configuration file: http://paste.

upstream (tcp stream mode) doesn't detect connecton failure

2018-01-08 Thread Cecile, Adam
and moving to 10.0.0.2 I receive a connection closed error on the client. Thanks in advance for your help, Best regards, Adam. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

random load balancer

2017-11-04 Thread Adam Schwartz
Hello, I’m experimenting with nginx module development by trying to implement a random load balancer. I see that *us->servers->nelts matches the upstream servers defined in nginx.conf However, something that’s confusing to me is where *us->elts[0]->naddrs comes from. My thinking was that I c

Re: load balancing algorithms

2017-09-27 Thread Adam Schwartz
Hi, > Certainly things will be different if > requests are not equal, though this is what least_conn is expected > to address (and again, it does so better than just testing two > choices). Awesome, I hope to address this issue in my research. My suspicion is that round-robin and random will c

Re: load balancing algorithms

2017-09-26 Thread Adam Schwartz
> On the other hand, there is API in nginx which allows to implement > any load balancing algorithm needed. Cool! I was looking for something like that. > As for the algorithms you've mentioned, "power of two choices" seems > to be better than random, though it does not look like it is > benef

load balancing algorithms

2017-09-25 Thread Adam Schwartz
Hello, I’m Adam and I’ve been researching load balancing for my undergraduate senior project. I’m particularly interested in the behavior of the “power of two choices” and join-idle-queue algorithms on Nginx. I’ve found that the `ngx_http_upstream_module` specifies a `least_conn` and

Re: 403 after changing root, but permissions look correct

2014-03-24 Thread Adam Pearlman
parmor is running. > > Why prople think it's ok to use a program that can be switched off in an > instant to improve their 'security' is and always will be a mystery to > me! > > Cheers, > > Steve > > On Sun, 2014-03-23 at 11:48 -0400, Adam Pearlman wrote:

403 after changing root, but permissions look correct

2014-03-23 Thread Adam Pearlman
. I also made user ngnix the owner & group of the files, but that didn't work. If I move the index file from /var/www/html to /usr/share/nginx/html (the test file location) it works fine making me suspect the path, but as I said, permissions appear correct. Any help would be very much appre

Optimizing NGINX TLS Time To First Byte (TTTFB)

2013-12-16 Thread Adam Zell
from the TLS handshake thanks to TLS False Start. With all said and done, *our TTTFB is down to ~1560ms, which is exactly one roundtrip higher than a regular HTTP connection.* Now we're talking! -- Adam zells...@gmail.com ___ nginx mailing list