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
Hi, I've put an instance of 'image-resizer' behind an Nginx load balancer. If the resource name has a dash in it, I get a 404.
For example: http://<NGINX_SERVER>/my-image.png does not work.
http://<NGINX_SERVER>/myimage.png will work.
Either URL works fine when I try against the application directly.
Any thoughts?
Cheers!
The text was updated successfully, but these errors were encountered:
The first route is your bucket. If your bucket name has a dash, it should work. Are you still dealing with this issue?
Sorry, something went wrong.
Hi @conalllaverty, can you try out our fork at https://github.com/tripviss/image-resizer and see if you still have this problem?
Feel free to open an issue over there. Let's get this fixed.
No branches or pull requests
Hi,
I've put an instance of 'image-resizer' behind an Nginx load balancer. If the resource name has a dash in it, I get a 404.
For example:
http://<NGINX_SERVER>/my-image.png does not work.
http://<NGINX_SERVER>/myimage.png will work.
Either URL works fine when I try against the application directly.
Any thoughts?
Cheers!
The text was updated successfully, but these errors were encountered: