Re: Nginx Brunzip

2020-04-15 Thread Mathew Heard
Maxim, > Likely unrealted, but "ctx->flush = FLUSH_NOFLUSH" at > https://github.com/splitice/ngx_brunzip_module/blob/master/ngx_http_brunzip_filter_module.c#L393 > is meaningless. Is beause of https://github.com/splitice/ngx_brunzip_module/blob/master/ngx_http_brunzip_filter_module.c#L513 correct

Re: Nginx Brunzip

2020-04-15 Thread Mathew Heard
Disregard * 2 I understand now. On Thu, 16 Apr 2020 at 13:14, Mathew Heard wrote: > Disregard the previous email, there was a typo there. > > Maxim, > > I'm doing line by line documentation in my module. I hope by doing this I > will get a good understanding of what is going on. If allowed I int

Re: Nginx Brunzip

2020-04-15 Thread Mathew Heard
Disregard the previous email, there was a typo there. Maxim, I'm doing line by line documentation in my module. I hope by doing this I will get a good understanding of what is going on. If allowed I intend to commit this as a resource for others also intending to learn the body filter system (I w

Re: Nginx Brunzip

2020-04-15 Thread Mathew Heard
Maxim, I'm doing line by line documentation in my module. I hope by doing this I will get a good understanding of what is going on. If allowed I intend to commit this as a resource for others also intending to learn the body filter system (I will however check with this mailing list to see if anyo

Re: Nginx Brunzip

2020-04-15 Thread Mathew Heard
Maxim, Which clause of the 2 clause BSD license am I violating? It's not my intention to violate any. If need be I will remove this project from distribution and take it closed source. It would be a shame but if it needs to be done... >> Redistribution and use in source and binary forms, with or

Re: Nginx Brunzip

2020-04-15 Thread Maxim Dounin
Hello! On Wed, Apr 15, 2020 at 10:21:09AM +1000, Mathew Heard wrote: > Hi all, > > I'm the maintainer of an open source module ngx_brunzip_module ( > https://github.com/splitice/ngx_brunzip_module/ > ).

nginx + keycdn + odoo

2020-04-15 Thread Alessio Medici
Good morning, we have a dockerized odoo10 behind a dockerized nginx (jwilder/nginx-proxy). We have tried to use CDN, but all requests from KeyCDN get a 404 error. These are the logs from nginx. We asked for an image: with a direct call (https://54ds-test.clickode.it/web/image/10811/ umberto-oregli

Re: Nginx wp-admin access control

2020-04-15 Thread P.V.Anthony
On 15/4/20 6:52 pm, Lawrence wrote: I have 5 seperate sites under sites-enabled. Each site has it's own config file where I have tried to manage and block access to my  two wordpress sites on wp-admin/wp-login. The site www.atlantic-kids-academy.com and www.hockeysticks4clubs.com are running

Re: Nginx wp-admin access control

2020-04-15 Thread Ian Hobson
Hi Lawrence, I installed WP fail2ban and Wordfence Security (free version). It doesn't stop them trying, but I run a "3 strikes and you are out for 60 minutes" regime. It means only 3-4 attempts an hour instead of thousands. I believe there is a plug in that moves the wp-admin location somew

Re: aarch64 packages for other Linux flavors

2020-04-15 Thread Emilio Fernandes
El vie., 3 abr. 2020 a las 16:48, Martin Grigorov (< martin.grigo...@gmail.com>) escribió: > Hi Konstantin, > > On Tue, Mar 10, 2020 at 3:31 PM Konstantin Pavlov > wrote: > >> Hello, >> >> 10.03.2020 15:50, Emilio Fernandes wrote: >> > Hi Konstantin, >> > Thanks for your interest in our packa

Nginx wp-admin access control

2020-04-15 Thread Lawrence
Greetings All, To start, I am very much a beginner to nginx and coding. I am a application support engineer, but got very little development skills. I hope that there is someone out there that can guide me through this maze. I have searched the web and have seen multiple solutions but none see