我如何在 Apache 中为 Mautic Docker 更新 HTTP_HOST

How can I update HTTP_HOST in Apache for Mautic Docker

我使用 docker compose 安装 Mautic。然后我使用带有新域的 NGINX 指向 Mautic。当我 运行 mautic 并查看管理站点上的系统信息时,我看到 HTTP_HOST 指向带有端口 8080 的内部 IP。 怎么改成域名? 非常感谢

您可以更改 Mautic URL。请按照以下步骤操作。
步骤

=> First take backup of your code and move the code to new Hosting folder (Where your new URL pointing to location).
=> Now change the configuration, go to app/config/local.php and change the site url and the file location.
=> Now clear the cache (php app/console cache:clear) and give the file permission.

现在您的网站已准备就绪。
我希望这会有所帮助。