Cédric Bazureau
Cédric Bazureau
If you go to https://tinyclouds.org/trademark the canonicalUrl is https://tinyclouds.org/ instead of https://tinyclouds.org/trademark. This pull request fixes that
We are facing a `READONLY You can't write against a read only replica` error (followed by a `Socket closed unexpectedly` error) when we want to write on our AWS ElastiCache...
Fix issues due to nginx proxy pass rewriting (https://serverfault.com/questions/459369/disabling-url-decoding-in-nginx-proxy) For example if your key is `a:b:{"url","https,//c.com"}` then redis-commander will call `/key//a%3Ab%3A%7B"url"%2C"https%2C%2F%2Fc.com"%7D` that will become `/key//a:b:{"url","https,/c.com"}` (with one slash) when received...