diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-05 21:07:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-05 21:07:58 +0000 |
commit | 4ea6fb814ac418dfcb703e4bf703a8802e4a42da (patch) | |
tree | 2ce0d0bd63a90613b091e02fcee8e19fd7f5fa43 /doc/administration/geo | |
parent | 08fab63f5c0053aeaa600796dace3f9cdcf99a65 (diff) | |
download | gitlab-ce-4ea6fb814ac418dfcb703e4bf703a8802e4a42da.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/geo')
-rw-r--r-- | doc/administration/geo/replication/troubleshooting.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md index 5940c1f5580..59a67fecfcd 100644 --- a/doc/administration/geo/replication/troubleshooting.md +++ b/doc/administration/geo/replication/troubleshooting.md @@ -1363,6 +1363,7 @@ The bug causes all wildcard domains (`.example.com`) to be ignored except for th gitaly['env'] = { "no_proxy" => "sever.yourdomain.org, .yourdomain.com", } + ``` 1. Reconfigure GitLab: |