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

[FEAT] nginx brotli compression support #494

Open
1 task done
rootmax84 opened this issue Aug 1, 2024 · 3 comments
Open
1 task done

[FEAT] nginx brotli compression support #494

rootmax84 opened this issue Aug 1, 2024 · 3 comments
Labels
enhancement New feature or request no-issue-activity

Comments

@rootmax84
Copy link

rootmax84 commented Aug 1, 2024

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Missed libraries:

  • libnginx-mod-http-brotli-filter
  • libnginx-mod-http-brotli-static

Reason for change

Better compression than old gzip

Proposed code change

Suggested nginx.conf changes:

brotli_static on;
brotli on;
brotli_comp_level 6;
brotli_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;

@rootmax84 rootmax84 added the enhancement New feature or request label Aug 1, 2024
Copy link

github-actions bot commented Aug 1, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

j0nnymoe commented Aug 1, 2024

Well discuss internally if this is something we want to add but you will be able to add this yourself now via our universal package installer mod. (Assuming the packages are in alpines repo)

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-issue-activity
Projects
Status: Issues
Development

No branches or pull requests

3 participants