Set the HTTP port used by the portal

Developer Services Portal v. 4.17.09

By default, the Nginx server installed with the portal listens for request on port 8079. Use the procedure below to configure Nginx to use a different port:

  1. Ensure that the desired port number is open on the Edge node.
  2. Open /opt/apigee/customer/application/drupal-devportal.properties in an editor. If the file and directory does not exist, create it.
  3. Set the following propertty in drupal-devportal.properties:
    conf_devportal_nginx_listen_port=PORT

    Where is PORT is the new port number.
  4. Save the file.
  5. Restart the portal:
    /opt/apigee/apigee-service/bin/apigee-service apigee-drupal-devportal restart