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:
- Ensure that the desired port number is open on the Edge node.
- Open
/opt/apigee/customer/application/drupal-devportal.properties
in an editor. If the file and directory does not exist, create it. - Set the following propertty in
drupal-devportal.properties
:conf_devportal_nginx_listen_port=PORT
Where PORT is the new port number.
- Save the file.
- Restart the portal:
/opt/apigee/apigee-service/bin/apigee-service apigee-drupal-devportal restart