-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Figure out pass-through compression for nginx #5989
Comments
@Tratcher I'm doing the 2.0 topic updates now. There's no movement on this issue, correct? The current text states ...
Leave it as it is? |
@guardrex correct, no progress. |
Is there any workaround for the issue? |
You'll have to take that up with nginx. |
Any updates so far? |
@Tratcher sorry to ping you about this, i was looking at the docs here : That pointed to this issue. As we i'm not sure how to understand this :
Does it means As it's both |
We have not found a way to make this work properly with nginx. If someone figures it out then we'll make any necessary changes to the middleware. |
Just a drive by comment - I don't know jack about dot.net...
to the frontend nginx enables the pass-through compression. |
Idea to post on Nginx github? |
When a request is proxied behind nginx the Accept-Encoding header is removed. This prevents the back-end from being able to compress the response.
Nginx supports compression on the front end, and compression between the back end and the front end, but it does not seem to allow the back-end compression to pass-through. See the integration tests in the ServerTests repo.
The text was updated successfully, but these errors were encountered: