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:
The following table lists basic ports that must be open between the **primary** and **secondary** sites for Geo.
| **Primary** site | **Secondary** site | Protocol |
|:-----------------|:-------------------|:-------------|
| 80 | 80 | HTTP |
| 443 | 443 | TCP or HTTPS |
| 22 | 22 | TCP |
| 5432 | | PostgreSQL |
| Source site | Source port | Destination site | Destination port | Protocol |
|-------------|-------------|------------------|------------------|-------------|
| Primary | Any | Secondary | 80 | TCP (HTTP) |
| Primary | Any | Secondary | 443 | TCP (HTTPS) |
| Secondary | Any | Primary | 80 | TCP (HTTP) |
| 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)
......
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