Issue with SWAG

I am using swag in a standard way. Just using subdomains to reverse proxy to multiple wordpress containers. The first 3 I migrated over worked perfectly fine, but thats where it stopped working. It is still fine for the first 3 but every one I reverse proxy to after those just displays a blank page. I don’t see the http request in the wordpress container but I do see a 200 status code on swag access log. There is nothing in the swag error log either. I have verified the xxx.subdomain.conf is correct. If I expose a port on the wordpress container and access it that way, the wordpress site works without issue. Something with swag is stopping it from reaching the container and I am not sure what it is. Certs are issued, the upstream_app name matches the wordpress container just like the others that are working.