A transient example of Caddy and PHP-FPM
Browser -> Caddy -> PHP FPM is working
However, the only response is 404 not found.
Make sure nothing is using port 80 or 443 on your local computer.
docker compose build
docker compose up
Visit https://local.ehw2.net
(This resolves to 127.0.0.1)
- php-fpm shoud serve from /App/Web/
- Get phpinfo() working from /App/Web/index.php
- Consolodate php-fpm.conf to a single file and write to the container