Re: nginx hogs cpu on Windows

2017-06-13 Thread Igal @ Lucee.org
Downgrading to 1.12.0 did not help. The server ran fine for about 12 hours and then the problem started again. On 6/12/2017 3:39 PM, Igal @ Lucee.org wrote: Hello, I've noticed a few times already that after running for some time nginx hogs a CPU thread. The machine has 8 CPU threads, so

Re: upstream 429 and non-idempotent request

2017-06-13 Thread Frank Liu
Hi, I fully understand the concern and complexity of different cases. Making any default assumption will have risks. That's why I suggested providing config options since users themselves know their use case and whether it is safe to retry. Thanks! Frank On Tue, Jun 13, 2017 at 9:30 AM, Maxim

Re: upstream 429 and non-idempotent request

2017-06-13 Thread Maxim Dounin
Hello! On Thu, Jun 08, 2017 at 09:55:05AM -0700, Frank Liu wrote: > I fully understand the rationale of not retrying non-idempotent requests if > they are already sent, but in case of 429 (maybe other cases as well), I > don't see an issue of retrying even if request is sent. It would be better >

several sibling location block

2017-06-13 Thread ST
Hello, I try to convert following apache related stuff: # force download for ceratain file types Header set Content-Disposition attachment Header set Content-type text/fb2+xml Header set Content-type application/x-mobipocket-ebook Header set Content-type audio/mpeg to nginx,

Re: Quinceanera nevada

2017-06-13 Thread Igal @ Lucee.org
OK, now at least I understand why they posted here. I thought it was just spam. Probably the site with the cover page that features twins has some "Powered by nginx" banner. On 6/13/2017 8:41 AM, Robert Paprocki wrote: This kinda reminds me of http://mailman.nginx.org/pipermail/nginx/2016-

Re: Quinceanera nevada

2017-06-13 Thread Robert Paprocki
This kinda reminds me of http://mailman.nginx.org/pipermail/nginx/2016-June/050919.html. That thread was all kinds of wonderful. On Tue, Jun 13, 2017 at 8:36 AM, Igal @ Lucee.org wrote: > On 6/13/2017 7:16 AM, Yadira Gallego wrote: > >> Hello my name is Yadira and I want to sign up my twins for

Re: Quinceanera nevada

2017-06-13 Thread Igal @ Lucee.org
On 6/13/2017 7:16 AM, Yadira Gallego wrote: Hello my name is Yadira and I want to sign up my twins for the cover page, can I get information please. Thank you You have come to the right place...?!@# ___ nginx mailing list nginx@nginx.org http://mail

Quinceanera nevada

2017-06-13 Thread Yadira Gallego
Hello my name is Yadira and I want to sign up my twins for the cover page, can I get information please. Thank you Sent from my iPhone ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Problems with setting max-age header directive

2017-06-13 Thread ST
Hello, I try to set max-age header using expires, as follows: location / { # set up max-age header directive for certain file types for proper caching location ~* \.(?:css|js|ico|gif|jpe?g|png|mp3|mpeg|wav|x-ms-wmv|eot| svg|ttf|woff|woff2)$ { expires 7d;