Commit 76b821e6 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'doc-psureshbabu-master-patch-59890' into 'master'

Doc | Improving firewall rules for Geo

See merge request gitlab-org/gitlab!73445
parents c27b91da b6d6ef69
...@@ -131,12 +131,13 @@ and we recommend you use: ...@@ -131,12 +131,13 @@ and we recommend you use:
The following table lists basic ports that must be open between the **primary** and **secondary** sites for Geo. The following table lists basic ports that must be open between the **primary** and **secondary** sites for Geo.
| **Primary** site | **Secondary** site | Protocol | | Source site | Source port | Destination site | Destination port | Protocol |
|:-----------------|:-------------------|:-------------| |-------------|-------------|------------------|------------------|-------------|
| 80 | 80 | HTTP | | Primary | Any | Secondary | 80 | TCP (HTTP) |
| 443 | 443 | TCP or HTTPS | | Primary | Any | Secondary | 443 | TCP (HTTPS) |
| 22 | 22 | TCP | | Secondary | Any | Primary | 80 | TCP (HTTP) |
| 5432 | | PostgreSQL | | Secondary | Any | Primary | 443 | TCP (HTTPS) |
| Secondary | Any | Primary | 5432 | TCP |
See the full list of ports used by GitLab in [Package defaults](../package_information/defaults.md) See the full list of ports used by GitLab in [Package defaults](../package_information/defaults.md)
......
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