Nginx .env settings (worker processes and worker connections)
It will be possible to define Nginx’s worker processes and worker connections for better customization to personal development needs.
New environment variables
Variable | Type | Default | Description |
---|---|---|---|
WORKER_CONNECTIONS | int | 1024 |
worker_connections |
WORKER_PROCESSES | int or auto
|
auto |
worker_processes |
Devilbox Issue and PR
- Issue: https://github.com/cytopia/devilbox/issues/393
- PR: https://github.com/cytopia/devilbox/pull/521