Please upgrade to v2.4.3, there’s been some important fixes since your version.
You seem to have an extra colon in there. Maybe that’s the problem.
What’s your evidence? What’s in your logs? What do you see when you make the request with curl -v? Just saying “does not work” is not useful. We need specifics.
Where do you have PHP running? If you’re running Caddy in Docker, then you must have PHP running in another container? What Docker commands did you run, or what’s your docker-compose.yml file?
Hi, thank you for your answer and sorry for my delay…
Where do you have PHP running? If you’re running Caddy in Docker, then you must have PHP running in another container? What Docker commands did you run, or what’s your docker-compose.yml file?
I thought php was already in the Caddy container.
If I understand correctly, I have to create another PHP container and make the links between caddy and php?
Thank you