Apparently every time it set up a new container (such as during a reboot) it rewrites the
/etc/nginx/conf.d/outlets/server/20-https.conf file, and these lines cause a redirect to the default discourse system:
if ($https_host != huskerlist.tssi.com) {
rewrite (.$) https://huskerlist.tssi.com
}
Is there a way to avoid this? What purpose does this code serve?