Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DjVu mime type
в догонку:
$ diff /opt/nginx/conf/mime.types /opt/nginx/conf/include/mime.types
53a54,55
> application/x-ns-proxy-autoconfig dat;
> application/x-ns-proxy-autoconfig pac;
$
On 24.02.2012, at 09:11, Евгений Черданцев wrote:
> Здравствуйте. Можно добавить в nginx conf/mime.types
>
> image/vnd.djvu djvu;
тогда уж
image/vnd.djvu djvu djv;
>
> по умолчанию?
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://mailman.nginx.org/mailman/listinfo/nginx-ru
или можно как то внедрять инклудом файл от апача?
он там без ";" и с камментами
было бы очень удобно
P.S.:
ну а тут их вообще море:
$ cat /etc/apache2/mime.types | more
# This file controls what Internet media types are sent to the client for
# given file extension(s). Sending the correct media type to the client
# is important so they know how to handle the content of the file.
# For more information about Internet media types, please read
# RFC 2045, 2046, 2047, 2048, and 2077. The Internet media type
# registry is at <ftp://ftp.iana.org/assignments/media-types/>.
# MIME type Extension
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|