We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. No.
Describe the solution you'd like Context: we use a load balancer -> NGINX -> WebP server for our CDN.
We would like to remove NGINX because it is another step before reaching the WebP server. NGINX is currently providing 2 things for us:
?w=100
?with=100
Since we only use ?w= instead of ?witdh=, our question is if it would be possible to create a configuration option to alias them.
?w=
?witdh=
If we can make these variable, that would be a huge help. Many thanks for your consideration!
Describe alternatives you've considered Currently an NGINX proxy which rewrites ?w= to ?width=
?width=
The text was updated successfully, but these errors were encountered:
Thanks for feedback!
It's a little bit weird for us to add this support, but your request it's very simple to archive, just edit those lines https://github.com/webp-sh/webp_server_go/blob/master/handler/router.go#L48-L51 and re-compile WebP Server Go, this will meet your need.
(If you need any help building your own WebP Server Go, please let us know.
Sorry, something went wrong.
Understandable. Thanks for your consideration!
n0vad3v
No branches or pull requests
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Context: we use a load balancer -> NGINX -> WebP server for our CDN.
We would like to remove NGINX because it is another step before reaching the WebP server. NGINX is currently providing 2 things for us:
?w=100
to?with=100
to be compatible with the WebP server), andSince we only use
?w=
instead of?witdh=
, our question is if it would be possible to create a configuration option to alias them.If we can make these variable, that would be a huge help. Many thanks for your consideration!
Describe alternatives you've considered
Currently an NGINX proxy which rewrites
?w=
to?width=
The text was updated successfully, but these errors were encountered: