Skip to content

Explicitly set schema to HTTPS for badge redirects (#11)

Rhea Danzey requested to merge rdanzey/fix-badges-redirect-scheme into main

This should address the issue from #11 (closed) - The $scheme in this context will be the scheme ingress-nginx is using, which is HTTP as ingress-nginx is handling TLS termination / certificates.

Merge request reports