Logo not loading on dynamically-hosted Dockerized WordPressbehind Bunkerwebproxy
-
I’ve set up WordPress in a Docker container on my home server and later migrated it to another server that’s behind BunkerWeb as a service. I’ve configured everything as follows:
- Original development domain:
client1.mydomain.de
(everything works perfectly here, including the logo) - Production domain:
www.client.de
(everything works EXCEPT the logo is missing)
My Setup:
- WordPress in a Docker container
- BunkerWeb as the frontend service/proxy
- Both domains point to the exact same WordPress container
- In wp-config.php, I’ve set site URL and home to be dynamic based on the host header
What I’ve Tried:
- Migrated all files and the database correctly
- Set up A records for the customer domain to point to my server
- Made sure wp-config.php uses dynamic URLs based on the request host
The Strange Part:
When I visit the site using
client1.mydomain.de
, the logo displays correctly. When I visit usingwww.client.de
, everything looks identical EXCEPT the logo is missing. Content, menus, and other images work fine.
I have also tried to host it behing a nginx proxy just to test but had the same issue.Has anyone encountered a similar issue or can suggest troubleshooting steps? I’d especially appreciate advice on diagnosing whether this is a WordPress URL issue or a server/TLS configuration problem.
Thanks in advance for your help!
- Original development domain:
- Das Thema „Logo not loading on dynamically-hosted Dockerized WordPressbehind Bunkerwebproxy“ ist für neue Antworten geschlossen.