darkweak
darkweak
The PR link for follow https://github.com/dunglas/vulcain/pull/164.
But this error is thrown because it tries to push the data using http/2 push. I'll try to write a workaround in Souin for that (and see later to fix...
Hello @desolatorxxl thanks for this case. I didn't try to reload with nuts/otter, I plan to fix this asap.
Hello @rwv do you have a snippet to reproduce your `backend` service?
@gucci-on-fleek you should not cache the file_server. But you can limit the response size to cache using `max_cacheable_body_bytes` directive.
By default the cache-handler uses an in memory storage that's why the memory is growing, you should another one (redis, nats, etcd, ...).
Hello @louis-lau can you share your caddyfile?