TLS 1.3 support in nginx-1.17.1 binary for Ubuntu 18.04 "bionic" provided by nginx.org

2019-07-03 Thread Zeev Tarantov
I've installed the nginx package provided by nginx.org ( https://nginx.org/en/linux_packages.html#Ubuntu) specifically the binary provided by https://nginx.org/packages/mainline/ubuntu/pool/nginx/n/nginx/nginx_1.17.1-1~bionic_amd64.deb and it doesn't have TLS 1.3 support. According to https://mailm

Re: Nginx 1.17.0 doesn't change the content-type header

2019-07-03 Thread Andrew Andonopoulos
Thanks Francis, will modify the upstream server From: nginx on behalf of Francis Daly Sent: Wednesday, July 3, 2019 12:22 PM To: nginx@nginx.org Subject: Re: Nginx 1.17.0 doesn't change the content-type header On Wed, Jul 03, 2019 at 06:17:46AM +, Andrew An

Re: Nginx 1.17.0 doesn't change the content-type header

2019-07-03 Thread Francis Daly
On Wed, Jul 03, 2019 at 06:17:46AM +, Andrew Andonopoulos wrote: Hi there, I think that the point is: nginx does not change the content-type header from the upstream server. If you want your nginx to do that, you have to configure your nginx to do that -- probably using "add_header". > Ngi