Skip to content

Commit a7760ca

Browse files
sbalousekDjelibeybi
authored andcommitted
Oracle GoldenGate
- Fix port number for NGINX health check Signed-off-by: Stephen Balousek <[email protected]>
1 parent 3228e45 commit a7760ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OracleGoldenGate/23/bin/healthcheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Check the health of all services in the deployment.
66
##
77

8-
declare -A Ports=([nginx]=443
8+
declare -A Ports=([nginx]=80
99
[ServiceManager]=9011
1010
[adminsrvr]=9012
1111
[distsrvr]=9013

0 commit comments

Comments
 (0)