From 259d6df478432d241780851f963d03407c4cf04e Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 27 Feb 2017 10:50:47 +0300 Subject: [PATCH] Added nginx params description. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d367c2b..de67cd1 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ Below is the complete list of parameters that can be set using environment varia - **RABBITMQ_SERVER_PASS**: The password set for the RabbitMQ account. - **REDIS_SERVER_HOST**: The IP address or the name of the host where the Redis server is running. - **REDIS_SERVER_PORT**: The Redis server port number. +- **NGINX_WORKER_PROCESSES**: Defines the number of nginx worker processes. +- **NGINX_WORKER_CONNECTIONS**: Sets the maximum number of simultaneous connections that can be opened by a nginx worker process. ## Installing ONLYOFFICE Document Server integrated with Community and Mail Servers