Constantin Bejenaru
Constantin Bejenaru
Hello, I have a private repository where I store sample data. Is there a way to configure Magerun to download and install the sample data from the repo? I've tried...
Hello, After reading the issue #23 I have updated my configuration to the following: https://gist.github.com/frozenminds/5a1f0b9047c7af69ec61 Each SSI request will try to get the content from Redis, if key is not...
Hello, How can I forward requests that did not match any cached entry to a named route? I have something like: ``` location / { try_files $uri $uri/ @backend; }...
Hello, I am working on a project where I need an SSI/ESI like feature. For full page cache I am now using the `srcache-nginx-module` with Redis and a PHP backend....