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 +, A

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

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

2019-07-02 Thread Andrew Andonopoulos
ntent-type is from the default in the HTTP rather than the location in the Server Thanks Andrew From: nginx on behalf of Maxim Dounin Sent: Wednesday, July 3, 2019 12:40 AM To: nginx@nginx.org Subject: Re: Nginx 1.17.0 doesn't change the content-type hea

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

2019-07-02 Thread Maxim Dounin
Hello! On Sat, Jun 29, 2019 at 10:49:00PM +, Andrew Andonopoulos wrote: > I have the following config in the http: > > include mime.types; > default_type application/octet-stream; > > > also i have this in the location: > > types { > application/vnd.apple.mpegurl m3u8

Nginx 1.17.0 doesn't change the content-type header

2019-06-29 Thread Andrew Andonopoulos
Hello, I have the following config in the http: include mime.types; default_type application/octet-stream; also i have this in the location: types { application/vnd.apple.mpegurl m3u8; video/mp2t ts; } But when i send a request, i am getting these