diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-17 00:08:16 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-17 00:08:16 +0000 |
| commit | 6399bb0f03e60ee2220ae668bbc6682cbb346eee (patch) | |
| tree | 2cc7a868ea5ea765a864a6e2e960d1e06fc36ad5 /doc/administration/geo/secondary_proxy | |
| parent | af11eb63cf4eaab8801416cc4a65f0bd4fad8817 (diff) | |
| download | gitlab-ce-6399bb0f03e60ee2220ae668bbc6682cbb346eee.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/geo/secondary_proxy')
| -rw-r--r-- | doc/administration/geo/secondary_proxy/index.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/administration/geo/secondary_proxy/index.md b/doc/administration/geo/secondary_proxy/index.md index 42834a9dc95..ac8b88a91d5 100644 --- a/doc/administration/geo/secondary_proxy/index.md +++ b/doc/administration/geo/secondary_proxy/index.md @@ -83,11 +83,18 @@ You can also add feedback in the epic about any use-cases that are not possible anymore with proxying enabled. If you run into issues, to disable this feature, disable the `geo_secondary_proxy_separate_urls` feature flag. -SSH into one node running Rails on your primary Geo site and run: -```shell -sudo gitlab-rails runner "Feature.disable(:geo_secondary_proxy_separate_urls)" -``` +1. SSH into one node running Rails on your primary Geo site and run: + + ```shell + sudo gitlab-rails runner "Feature.disable(:geo_secondary_proxy_separate_urls)" + ``` + +1. Restart Puma on all of the nodes running Rails on your secondary Geo site: + + ```shell + sudo gitlab-ctl restart puma + ``` In Kubernetes, you can run the same command in the toolbox pod. Refer to the [Kubernetes cheat sheet](https://docs.gitlab.com/charts/troubleshooting/kubernetes_cheat_sheet.html#gitlab-specific-kubernetes-information) |
