Shyim
Shyim
It should be here right? https://github.com/caddyserver/caddy/blob/a211c656f12bcab73df0de114f2b6100ee5a0fe4/modules/caddyhttp/matchers.go#L972
thats something jetbrains has to add. they added the language itself
Do you know if that happens also with Nginx? Setting a `request_terminate_timeout` makes generally sense I think
``` php_fastcgi localhost:9000 { request_buffers 4k response_buffers 4k } ``` would solve it right 🤔 . I don't know tbh if that is too low or too high 🙈
I try some configuration on monday and add also an nginx variant. I think it's better maintained than caddy 😅
Buffers are not working, you cannot also forbid Transfer-Encoding requests in caddy: https://github.com/caddyserver/caddy/issues/6628 I would suggest you to switch to nginx image for know: ghcr.io/shopware/docker-base:8.3-nginx, it's build in the same...
> [@shyim](https://github.com/shyim) > > > I think it's better maintained than caddy 😅 > > [caddyserver/caddy#6629](https://github.com/caddyserver/caddy/pull/6629) https://github.com/caddyserver/caddy/issues/5420#issuecomment-2415943516
This issue seems fixed with 2.9.1 cannot reproduce anymore.
like so? still not working 🤔 I would expected that this works out of the box tbh
With flag: `--browsertime.chrome.cleanUserDataDir=true` one of 3 folders is gone. I added a code around to delete those files after run. Should we keep this open or close? The workaround is...