Skip to content
New issue

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

Problems confirming Brotli is enabled with online tools #139

Open
philip-webdockio opened this issue Sep 28, 2022 · 3 comments
Open

Problems confirming Brotli is enabled with online tools #139

philip-webdockio opened this issue Sep 28, 2022 · 3 comments

Comments

@philip-webdockio
Copy link

philip-webdockio commented Sep 28, 2022

Hello.

We have set up brotli compression with our Nginx server and then visiting the sites we host shows the correct headers in the developer tools and the data transferred also reflects that compression (FYI gzip is off and only brotli compression is enabled) is happening but when checking with tools like this, they output that Brotli is not supported.

This is the URL of our test server: https://testbrotli.vps.webdock.cloud/. You can check the headers.

Is there something we're missing? Is there a way you recommend we check to confirm that Brotli is working?

Thanks.

@philip-webdockio philip-webdockio changed the title Issues with Brotli Problems confirming Brotli is enabled with online tools Sep 28, 2022
@Bisstocuz
Copy link

Bisstocuz commented Oct 21, 2022

I see your website use gzip by default.

Show your /etc/nginx/nginx.conf and paste the result of nginx -V command.

Which installation you chose to compile ngx_brotli? Dynamic or static?

@Bisstocuz
Copy link

Bisstocuz commented Oct 21, 2022

In fact, your brotli feature is enabled.

If I change one HTTP request header to Accept-Encoding: br, gzip, it works.

@NicolasCARPi
Copy link

This issue should be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants