I have Dokku installed on a server, with multiple sites/domains deployed to it. When one of my sites goes down, all HTTP requests to it get redirected (for some reason) to another site. This is confusing. I'm expecting Dokku to show some error page in this case. Is it the default behavior or I did something wrong?
PS. This is the problem: https://github.com/dokku/dokku/issues/2602
rebuildall
command that will sorta do what you're after. I presume you have tried calling that on site restart? – Euratomrebuildall
doesn't help, since it relies on network settings already in the system. I need some method of keeping the same IP address assigned to the app, no matter how many times I restart it – Conceptualismdokku nginx:update-config
, as suggested here – Conceptualism