jotcodeofficial
jotcodeofficial
> Hi, > > When I try to ping the container directly, it works: `curl -iv http://:/ -H "X-Forwarded-Proto: https"` > > I'll ask in traefik forums then, thank you!...
Here is my middleware: ``` apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: https-only namespace: example spec: redirectScheme: scheme: https permanent: true ``` Is there a way to just use http of...
> Hi, > > it’s possible to use http on the ghost backend with the flag: > > ghostEnableHttps: false > > But ghost is designed in such a way,...
Would it be related to this issue? https://github.com/bitnami/charts/issues/7475 Mine is ClusterIP also