darkweak
darkweak
The Caddyfile could just set the cache directive because by default it stores for 2 minutes. @JacquesDurand
Hey, do you have two different Caddyfiles (one for prod and another one for dev)? Assuming yes, just compile your docker image with the `cache-handler` caddy module, set the `cache`...
Why don't you link a `Caddyfile.prod` in your `docker-compose.prod.yml` instead of the default `Caddyfile`? Is it mandatory to have only one Caddyfile? `cache` directive will crash if your caddy instance...
Ping @vincentchalamon
https://github.com/darkweak/souin/issues/new if you have issues using it.
Hello @changtraisitinh are you using the latest version ?
Hey @changtraisitinh sadly I'm not able to reproduce. This line cause the issue https://github.com/CMEPW/Smersh/blob/master/api/.env-dist#L36 but we override that environment variable in the https://github.com/CMEPW/Smersh/blob/master/docker-compose.yml#L42. Can you try to replace the `api/.env`...
IMHO that's not an issue caused by the JSON parser.
You were right I read to fast your PR, thank you 🙏. I still have a concern about the JSON parser.
Hello @dubo-dubon-duponey I thought I updated the `go.mod`, will be fixed in the next release.