Mam to w plikach konfiguracyjnych Nginx
gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
ale Nginx daje błąd podczas uruchamiania
[warn]: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:25
Do czego właściwie jest duplikat text/html
? Czy to jest text/plain
?
Enables compression for additional MIME-types besides "text/html". "text/html" is always compressed.