Re: NGINX to Join F5

2019-03-11 Thread Hung Nguyen
Congratulation to NGINX and team, Hopefully this change won’t change open source way of nginx, and team members will stay the same also, Maxim Dounin, Arut... are the most incredible developers I’ve known. Keep doing your great things, -- Hưng > On Mar 12, 2019, at 03:16, Igor Sysoev wrote:

Possible to modify response headers from a proxied request before the response is written do the cache? (modified headers should be written to disk)

2019-03-11 Thread Manuel
Hello, nginx writes the rsponse from a proxy to disk. eg. [...] Server: nginx Date: Mon, 11 Mar 2019 23:23:28 GMT Content-Type: image/png Content-Length: 45360 Connection: close Expect-CT: max-age=0, report-uri=" https://openstreetmap.report-uri.com/r/d/ct/reportOnly"; ETag: "314b65190a8968893c6c4

Re: Possible memory leak?

2019-03-11 Thread wkbrad
Hi All, I think I haven't been clear in what I'm seeing so let's start over. :) I set up a very simple test on Centos 7 with a default install of Nginx 1.12.2. Below is exactly what I did to produce the result and it's clear to me that Nginx is using 2x the ram than it should be using after the

NGINX to Join F5

2019-03-11 Thread Igor Sysoev
Today is an important day for NGINX. We signed an agreement to join to F5. The NGINX team and I believe this is a significant milestone for our open source technology, community, and the company. F5 is committed to our open source mission. There will be no changes to the name, projects, their lic

LDAP authentication using ngx_http_auth_request_module

2019-03-11 Thread Koxx
Hello, I am currently using the LDAP auth request module for a small SSO portal. I am talking about this : https://github.com/nginxinc/nginx-ldap-auth/ I am annoyed by the fact that I need to store the login/pwd in a cookie in order to maintain the auth valid. I encrypted the login/pwd with a mu

Re: Transform a file with dynamic size.

2019-03-11 Thread qwertymy
It's a good question. I want know too. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,283332,283335#msg-283335 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: location redirect always with trailing slash... sometimes

2019-03-11 Thread Francis Daly
On Fri, Mar 08, 2019 at 09:58:19AM +0100, Hans Schou wrote: Hi there, > I found a solution (after reading the manual) > http://nginx.org/en/docs/http/ngx_http_rewrite_module.html Great that you found a solution that works for you. > > Example of required redirect: > > http://ex.org/foo -> https

Transform a file with dynamic size.

2019-03-11 Thread Irelia
We want to transform a file which is being written to. In other words,we want to send one request to NGINX server to download a file which is being written to. And we want to get the complete file finally. We read http/1.1 and knew that the "Transfer-Encoding: chunked " should be used. But we d

Re: Enabling "Transfer-Encoding : chunked"

2019-03-11 Thread Irelia
Hello,Maxim Dounin! We have a problem about NGINX and hope that you can help us. We want to transform a file which is being written to. In other words,we want to send one request to NGINX server to download a file which is being written to. And we want to get the complete file finally. We read ht