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

if enabled brotli - broken standart nginx module #13

Open
KeeperPro opened this issue Sep 22, 2017 · 1 comment
Open

if enabled brotli - broken standart nginx module #13

KeeperPro opened this issue Sep 22, 2017 · 1 comment

Comments

@KeeperPro
Copy link

hello,

if enabled bortli comression and site accessed via https - nginx module http_addition_module stop working on https/ssl site, if use http - works.

brotli config:

brotli on;
brotli_comp_level 11;

addition module config:
ssl on;
....
add_after_body /footer.html;
location /footer.html { root /home/mirrors/mirror; }

footer not added if accessed by https, if http same config - all works proper.

@vkrasnov
Copy link
Contributor

Looks like an issue with module order. Over https brotli doesn't work. I'll look into it.

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

2 participants