Welcome! Log In Create A New Profile

Advanced

Re: Is there a length limitation on file extensions?

B.R.
March 09, 2016 11:18AM
Are you sure this configuration gets loaded (nginx -t OK, no error on
configuration -re-loading)?

You could try to replace your types block with an empty one (to override
defaults if they are defined at upper level, or simply remove them) and add
the following directive:
default_type application/x-ms-application

You should se the Content-Encoding set to this special value by requesting
with HTTP on port 8080 and HTTPS on port 443.
If you get anything different, your request is probably served elsewhere.
---
*B. R.*

On Tue, Mar 8, 2016 at 9:34 PM, j.o.l <nginx-forum@forum.nginx.org> wrote:

> Thanks a lot for providing a working example. I reproduced it and yes works
> with that server block. Then I tried to change until I discovered the
> following. Here is my server block:
>
> server {
> listen 443 ssl;
> listen 8080;
> server_name xxx;
> ssl_certificate /etc/letsencrypt/live/xxx/fullchain.pem;
> ssl_certificate_key /etc/letsencrypt/live/xxx/privkey.pem;
> root /usr/local/nginx/conf/websites/xxx;
> autoindex on;
> types {
> application/x-ms-application application;
> }
> }
>
> When I access that server using http, Content-Type is returned as defined,
> when accessing it via https, Content-Type is missing. Strange, isnĀ“t it?
> Btw. I am using nginx 1.8.0.
>
> Posted at Nginx Forum:
> https://forum.nginx.org/read.php?2,265148,265162#msg-265162
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Is there a length limitation on file extensions?

j.o.l March 07, 2016 05:04PM

Re: Is there a length limitation on file extensions?

A. Schulze March 07, 2016 05:36PM

Re: Is there a length limitation on file extensions?

j.o.l March 08, 2016 03:34PM

Re: Is there a length limitation on file extensions?

B.R. March 09, 2016 11:18AM

Re: Is there a length limitation on file extensions?

j.o.l March 09, 2016 01:06PM

Re: Is there a length limitation on file extensions?

j.o.l March 09, 2016 03:25PM

Re: Is there a length limitation on file extensions?

A. Schulze March 09, 2016 03:26PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 133
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready