I install Mautic using docker compose. Then I use NGINX with new domain to point to Mautic. When I run mautic and look at the system information on Admin site, I see the HTTP_HOST pointing to internal IP with port 8080. How can I change it to domain name? Many thanks
Asked
Active
Viewed 237 times
1
-
Hi @hoang, is you mautic instance is running in port 8080 ? – Bibhudatta Sahoo Oct 11 '19 at 06:09
-
Yes, on port 8080 – hoang Oct 11 '19 at 09:21
1 Answers
0
You can change the Mautic URL. Please follow below steps.
Steps
=> 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 toapp/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.
Now your site is ready.
I hope this will help.

Bibhudatta Sahoo
- 4,808
- 2
- 27
- 51
-
Actually I think my Mautic version had a problem when changing the Site url. I used another version provided by AWS Marketplace and I I can change it on Admin site. Anyway, thanks for your answer – hoang Oct 13 '19 at 15:34