You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I only running the container 1 with domain abc.com, everything works find. And then I start running the container 2 with domain 123.com, the problem happend.
When I access the domain abc.com/contact, it will redirect to 123.com/contact occasionally and vice versa. I also check the network in Chrome developer tool, it will show 301 Moved Permanently and redirect to other domain.
nginx-proxy's Docker configuration
Both nginx-proxy and acme-companion version are latest.
Bug description
I have two wordpress container and two domain.
abc.com -> container 1
123.com -> container 2
When I only running the
container 1
with domainabc.com
, everything works find. And then I start running thecontainer 2
with domain123.com
, the problem happend.When I access the domain
abc.com/contact
, it will redirect to123.com/contact
occasionally and vice versa. I also check the network in Chrome developer tool, it will show301 Moved Permanently
and redirect to other domain.nginx-proxy's Docker configuration
Both nginx-proxy and acme-companion version are latest.
Wordpress Docker configuration
The text was updated successfully, but these errors were encountered: