Each environment in a Node.js application includes the following components:
| Component | Version |
|---|---|
| Web server OS | Ubuntu 16.04 |
| Load balancer | Nginx 1.26 |
| Node.js | 22 (With latest security updates) |
To request a version of Node.js for your environment other than the default, create a Support ticket.
Also included are the following items:
Node.js environments in Cloud Platform have the following limitations:
process.env.PORT, which is set by Acquia and cannot be overridden. You can, however, use websockets to handle multiple concurrent connections.nginx.config files. Redirection from http to https must be done at the WAF level, or through the Node.js environment by using X-Forwarded-Proto request header.stdout and stderr log formats. The application manages and controls such formats.If this content did not answer your questions, try searching or contacting our support team for further assistance.
stdout and stderr log formats. The application manages and controls such formats.If this content did not answer your questions, try searching or contacting our support team for further assistance.