We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a pretty basic and standard nginx config I get the following warning message in /var/log/nginx/error.log:
[warn] 31043#31043: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:39
I guess with nginx 1.10 this MIME type is already included by default and does not need to be defined automatically under the gzip_type parameters.
The text was updated successfully, but these errors were encountered:
Fixed in #765.
Available in master branch, but not yet in Forge. @jfryman can you please release a new version?
Sorry, something went wrong.
No branches or pull requests
With a pretty basic and standard nginx config I get the following warning message in /var/log/nginx/error.log:
I guess with nginx 1.10 this MIME type is already included by default and does not need to be defined automatically under the gzip_type parameters.
The text was updated successfully, but these errors were encountered: