Set the HTTP port

By default, the Nginx server installed with Apigee Developer Services portal (or simply, 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 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