Configure the Open edX domain name
The edX server domain name is the default IP address or domain name assigned when the edX server is launched.
In order to configure a different domain name, follow the steps below:
-
At the server console, run the following command:
$ sudo /opt/bitnami/configure_app_domain --domain IP_OR_DOMAIN
NOTE: If the result of the previous command shows a command not found error, execute the following command instead:
$ sudo /opt/bitnami/apps/gitlab/bnconfig --machine_hostname IP_OR_DOMAIN
IMPORTANT: If you’ve configured GitLab to use a static domain name, remove or rename the /opt/bitnami/apps/gitlab/bnconfig file to avoid it being reset on the next system reboot.