intershop / intershop-pwa

The Intershop PWA is an Angular based progressive web app storefront for the Intershop Commerce Platform.
https://www.intershop.com/progressive-web-app
MIT License
159 stars 85 forks source link

feat(nginx): make `worker_processes` and `worker_connections` configurable #1632

Closed shauke closed 7 months ago

shauke commented 7 months ago

PR Type

[x] Feature

What Is the Current Behavior?

worker_processes auto and worker_connections 1024 is currently hard coded in the nginx.conf and cannot easily be changed via deployment.

What Is the New Behavior?

nginx.conf is changed to a gomplate template and worker_processes and worker_connections are now configurable via environment variables NGINX_WORKER_PROCESSES and NGINX_WORKER_CONNECTIONS.

Does this PR Introduce a Breaking Change?

[x] No

Other Information

AB#95876