with the start proxy_temp_path proxy_set_header example conf nginx mime-types

the - start with nginx



duplicar el tipo MIME "text/html"? (1)

¿ gzip_types esto está en una directiva gzip_types ? Si es así, text/html siempre está incluido de manera predeterminada, por lo que no es necesario que lo especifique explícitamente.

Tengo esto en los archivos de configuración de Nginx

text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;

pero Nginx da error al iniciar

[warn]: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:25

¿Qué es en realidad duplicado a text/html ? ¿Es text/plain ?