Kévin Dunglas
Kévin Dunglas
@LauJosefsen currently, there are no such metrics, but this should be easy to add. I'll try to work on it (but feel free to open a PR if you feel...
This is definitely possible to add custom metrics in the existing endpoint. I've done it for http://mercure.rocks: https://github.com/dunglas/mercure/blob/main/caddy/caddy.go#L30
It looks like it still fails on Debian too.
Hi, Just a quick reply to say that I'm currently in vacation, but I plan to work on such docs when I'll be back!
When you do that, it serves the content of the current directory, which is the same behavior as `php -S`. If you have an `index.php` file in the current directory...
The problem is that the document root can change for each request.
Fixed by https://github.com/symfony/symfony/pull/53214.
Be sure to use a version of DoctrineBundle that contains the fix. Last time I checked this was the dev version.
Symfony HttpFoundation (so also Laravel, Drupal etc) have native support for `X-Accel-Redirect`: https://github.com/symfony/symfony/blob/7.0/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php So I'll go the header way too, this will allow all these existing apps to leverage this...
Indeed, this looks more like a configuration problem on your Redis server. Could you provide more details please?