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
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
I am trying to set two different vhosts to connect to two different applications in the same marathon-lb one of them tries to point app2.internal to a pool of scrappinghub/splash containers and the other one tries to point app1.internal to a container running php-apache.
the problem is when it's called sometimes I request app1 and get the app2 content and other times is the other way around
I am trying to set two different vhosts to connect to two different applications in the same marathon-lb one of them tries to point app2.internal to a pool of scrappinghub/splash containers and the other one tries to point app1.internal to a container running php-apache.
the problem is when it's called sometimes I request app1 and get the app2 content and other times is the other way around
config for app1.internal
config for app2.internal
and marathon-lb is started with
docker run --name marathon-lb -dit --restart=always -e PORTS=9090 -p 80:80 -p 443:443 -p 9090:9090 --net=host -v /etc/hosts:/etc/hosts mesosphere/marathon-lb sse --group external --marathon http://10.4.0.116:8080 --skip-validation --haproxy-map
The text was updated successfully, but these errors were encountered: