You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`user`|`nginx`| The `nginx` user has the correct permissions for accessing certificates, policy files and other auxfiles. |
69
69
|`worker_processes`|`auto`| Set to `auto` to automatically set `worker_processes` to the number of CPU cores. |
70
-
|`worker_connections`| <ul><li>Standard V2 plan `4000`</li><li>basic plan `3000`</li></ul> | To ensure reasonable performance of the NGINXaaS deployment for Standard V2 plan, the `worker_connections` is fixed at 400/NCU; for basic plan this is set lower.<br><br> Changing the value in the config has no effect on the NGINX process in the deployment. |
70
+
|`worker_connections`| <ul><li>Standard V2 plan `4000`</li><li>basic plan `20`</li></ul> | To ensure reasonable performance of the NGINXaaS deployment for Standard V2 plan, the `worker_connections` is fixed at 400/NCU; for basic plan this is set lower.<br><br> Changing the value in the config has no effect on the NGINX process in the deployment. |
71
71
|`pid`|`/run/nginx/nginx.pid`| Set to this value to allow NGINXaaS to automatically manage the NGINX master process. |
72
72
|`daemon`|`on`| Automatically set to `on` to allow NGINXaaS to manage the NGINX master process. |
73
73
|`master_process`|`on`| This directive is intended for NGINX developers. |
0 commit comments