You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/administration/geo/secondary_proxy/index.md
+27-25
Original file line number
Diff line number
Diff line change
@@ -76,31 +76,6 @@ a single URL used by all Geo sites, including the primary.
76
76
77
77
In Kubernetes, you can [use the same domain under `global.hosts.domain` as for the primary site](https://docs.gitlab.com/charts/advanced/geo/index.html).
78
78
79
-
## Geo proxying with Separate URLs
80
-
81
-
> - Geo secondary proxying for separate URLs is [enabled by default](https://gitlab.com/gitlab-org/gitlab/-/issues/346112) in GitLab 15.1.
82
-
83
-
NOTE:
84
-
The feature flag described in this section is planned to be deprecated and removed in a future release. Support for read-only Geo secondary sites is proposed in [issue 366810](https://gitlab.com/gitlab-org/gitlab/-/issues/366810), you can upvote and share your use cases in that issue.
85
-
86
-
If you run into issues, to disable this feature, disable the `geo_secondary_proxy_separate_urls` feature flag.
87
-
88
-
1. SSH into one node running Rails on your primary Geo site and run:
- When secondary proxying is used, the asynchronous Geo replication can cause unexpected issues for accelerated
@@ -204,3 +179,30 @@ gitlab:
204
179
extraEnv:
205
180
GEO_SECONDARY_PROXY: "0"
206
181
```
182
+
183
+
## Geo proxying with Separate URLs
184
+
185
+
> - Geo secondary proxying for separate URLs is [enabled by default](https://gitlab.com/gitlab-org/gitlab/-/issues/346112) in GitLab 15.1.
186
+
187
+
NOTE:
188
+
The feature flag described in this section is planned to be deprecated and removed in a future release. Support for read-only Geo secondary sites is proposed in [issue 366810](https://gitlab.com/gitlab-org/gitlab/-/issues/366810), you can upvote and share your use cases in that issue.
189
+
190
+
Geo proxying for seperate URLs is enabled by default from GitLab 15.1. This allows secondary sites to proxy actions to the primary site even if the URLS are different.
191
+
192
+
If you run into issues, disable the `geo_secondary_proxy_separate_urls` feature flag to disable the feature.
193
+
194
+
1. SSH into one node running Rails on your primary Geo site and run:
0 commit comments