Merge pull request #29 from ONLYOFFICE/feature/nginx-params-description

Added nginx params description.
This commit is contained in:
Alexey Golubev 2017-02-27 10:58:20 +03:00 committed by GitHub
commit 387d1d0cb9

@ -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