Follow these steps:
nginx_install_dir/conf
This folder contains pam-rest.conf file.
HTTP
upstream ucfcluster {
server <Enter node1 hostname here>:7000 max_fails=3 fail_timeout=5s;
server <Enter node2 hostname here>:7000 max_fails=3 fail_timeout=5s;
}
Replace the Enter node1 hostname here placeholders with a valid value. Do not change the port numbers unless you use a different port for the CA Process Automation node.
Repeat these steps for each additional node that you install.
include nginx_install_dir/conf/pam-rest.conf;
This entry links NGINX with the configuration changes you made for CA Process Automation in the pam-rest.conf file.
Important! Perform the rest of these steps after you install at least one Orchestrator node. See Interactive Domain Orchestrator Installation or Unattended Domain Orchestrator Installation for instructions.
nginx -s stop
service nginx stop
The changes take effect.
|
Copyright © 2014 CA.
All rights reserved.
|
|