Previous Topic: Install NGINXNext Topic: Basic Communication


Copy the Configuration Templates

Once NGINX is installed, extract the template files from the CA Process Automation installation media to your NGINX installation directory.

Follow these steps:

  1. Navigate to the following folder on the CA Process Automation installation media:
    install_dir/DVD1/NginxConfTemplates
    
  2. Extract the files from NginxConfig.zip.
  3. Navigate to the pam subfolder. This folder includes the following files:
    pam-server.conf

    Used for non-secure configuration (HTTP).

    secure-pam-server.conf

    Used for secure configuration (HTTPS).

    pam-rest.conf

    Used for REST configuration (enables the inbound PAM Rest interface).

    These files are specific to CA Process Automation configuration with NGINX.

  4. Copy the required file and paste them into the following folder:
    nginx_install_dir/conf
    

    You can now configure the NGINX load balancer.