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

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to