Force ppt(x) and pps(x) to be downloaded instead of being served as plain text

Anton Yuzhaninov citrin at citrin.ru
Fri Dec 6 11:13:00 UTC 2013


On 12/06/13 15:09, Jonathan Matthews wrote:
>> >How can I have them always as a download?
> Probably by setting the appropriate MIME type up:
> http://wiki.nginx.org/HttpCoreModule#types

Or by adding (in location or server)

default_type application/octet-stream;

http://nginx.org/r/default_type



More information about the nginx mailing list