Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/azure/index.md')
-rw-r--r--doc/install/azure/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/install/azure/index.md b/doc/install/azure/index.md
index 9d9d06b2206..38d423fbcdf 100644
--- a/doc/install/azure/index.md
+++ b/doc/install/azure/index.md
@@ -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