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

GZIP compression. #49

Open
marcfielding1 opened this issue Nov 28, 2023 · 0 comments
Open

GZIP compression. #49

marcfielding1 opened this issue Nov 28, 2023 · 0 comments

Comments

@marcfielding1
Copy link

marcfielding1 commented Nov 28, 2023

Hello,

I'd like to use the module to replace the src attribute of images in HTML from a server that GZIP's content.

When looking at these docs from nginx specifically this part:

location /storage/ {
    gunzip on;
    ...
}

It would seem to suggest I could do this?

location /storage/ {
    gunzip on;
    subs_filter .....
    gzip on;
    ...
}

Virtually all our customers have servers that use GZIP you see, so I'd be interested to see if there's a way to make this module work with 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

1 participant