• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: May 16th, 2024

help-circle
  • Added another wordpress instance to our server (all docker-compose). The craziest thing happened where the second site was kind of working but broken in very strange ways. Well, turns out that for the second site Caddy was pointed to the files of the first instance while passing php_fastcgi to the new one 🤯 😵‍💫 What’s more, having different relative paths for the Caddy container and the wordpress container was not as simple as I thought it was. The devil (the hours of debugging) is always in the details. Managed to solve it in the end!