sreejith
sreejith

Reputation: 78

Magento base_url reset every time I reboot the EC2 instance

Looks like there is a script running every time I reboot the Magento EC2 instance. How do I stop the script or change it to something else?

Thanks

Upvotes: 0

Views: 91

Answers (1)

Virendra Nagda
Virendra Nagda

Reputation: 658

this script updates the IP address. The tool is called "updateip" and it is in "/opt/bitnami" folder. You can use it to set your hostname or you can simply rename it to avoid to change your IP address. and more.

Upvotes: 2

Related Questions