Commit 894ce317 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'axil-azure-bitnami-domain-name' into 'master'

Mention the Bitnami domain name utility in the Azure docs

See merge request gitlab-org/gitlab!67298
parents 19a328f7 cc67a3ce
......@@ -214,6 +214,14 @@ To set up the GitLab external URL:
sudo gitlab-ctl reconfigure
```
1. To prevent the domain name from
[resetting after a reboot](https://docs.bitnami.com/aws/apps/gitlab/configuration/change-default-address/),
Rename the utility that Bitnami uses:
```shell
sudo mv /opt/bitnami/apps/gitlab/bnconfig /opt/bitnami/apps/gitlab/bnconfig.bak
```
You can now visit GitLab with your browser at the new external URL.
### Visit GitLab for the first time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment