Adam K Dean
Adam K Dean
Same issue on M3 Max 40GPU XRG is a good stand-in in the meantime
In case it helps anyone, I created https://github.com/adamkdean/redirect to make this easier. ``` version: '2' services: nginx-proxy: image: jwilder/nginx-proxy ports: - 80:80 volumes: - /var/run/docker.sock:/tmp/docker.sock:ro redirect: image: adamkdean/redirect environment: -...
@gerrytsui In this case, I use three components: `jwilder/nginx-proxy`, `jrcs/letsencrypt-nginx-proxy-companion`, and then `adamkdean/redirect`. `nginx-proxy` upgrades http to https where a cert is available, and `adamkdean/redirect` handles X -> Y redirect,...
REDIRECT_LOCATION as part of the adamkdean/redirect image is the location that requests are redirected to. In the example above, the www subdomain is stripped away. For example, requests to www.example.com...
@dm17 also, just to add, 307 is temporary, 301 is permanent. It's all about using the HTTP status code that fits your situation.
@dm17 if you don't want to redirect or want to handle that internally, then that sounds fine.
I found this issue even when $ exists in a string
Really want to go through this in it's entirety, but alas it's not yet completed. Once it is though, gonna be amazing!
@subtleGradient did you get onto that yet? I've just had to make the change locally so I can use let without it being orange... 😢
This is a good point. I'll look into this later on. Thanks