Skip to content

Commit 2a9bd60

Browse files
Update port variables in Containerized installation (#2383)
Update the port variables referenced in "Accessing Ansible Automation Platform" containerized installer ports are wrong in the documentation https://issues.redhat.com/browse/AAP-33760
1 parent c711e02 commit 2a9bd60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

downstream/modules/platform/ref-accessing-control-auto-hub-eda-control.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ After the installation completes, the default protocol and ports used for {Platf
1212
You can customize the ports with the following variables:
1313

1414
----
15-
gateway_nginx_http_port=8500
16-
gateway_nginx_https_port=8501
15+
envoy_http_port=80
16+
envoy_https_port=443
1717
----
1818

19-
If you want to disable HTTPS, set `gateway_nginx_disable_https` to `true`:
19+
If you want to disable HTTPS, set `envoy_disable_https` to `true`:
2020

2121
----
22-
gateway_nginx_disable_https=true
22+
envoy_disable_https=true
2323
----
2424

2525
.Accessing the platform UI

0 commit comments

Comments
 (0)