Skip to content

Fix brotli ordering #3

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

Merged
merged 2 commits into from
Mar 9, 2025
Merged

Conversation

HanadaLee
Copy link
Owner

HanadaLee and others added 2 commits April 22, 2024 16:51
…such as sub filter module (tokers#31)

* bugfix: add module order to avoid taking effect before other modules such as sub filter module

Module order is incorrect for compression module. For example, if using ngx_http_sub_module, string is not replaced because it it tries to replace content when it is already compressed.

For this purpose, you need to add module sorting in config to adjust the order in which modules take effect.
@HanadaLee HanadaLee self-assigned this Mar 9, 2025
@HanadaLee HanadaLee closed this Mar 9, 2025
@HanadaLee HanadaLee reopened this Mar 9, 2025
@HanadaLee HanadaLee merged commit ddb1be3 into HanadaLee:master Mar 9, 2025
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

Successfully merging this pull request may close these issues.

2 participants