From 092348d7489c86207e16851d9cd9afdceebb1b2d Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Mon, 4 Jan 2021 18:45:42 +0530 Subject: [PATCH] docs(frappe-nginx): configurable nginx http timeout [skip travis] --- README.md | 5 +++-- docs/environment-variables.md | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b980d81..3a47895e 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ It takes care of the following: 1. [Docker Swarm](docs/docker-swarm.md) 2. [Kubernetes](https://helm.erpnext.com) 3. [Site Operations](docs/site-operations.md) -4. [Custom apps for production](docs/custom-apps-for-production.md) -5. [Tips for moving deployments](docs/tips-for-moving-deployments.md) +4. [Environment Variables](docs/environment-variables.md) +5. [Custom apps for production](docs/custom-apps-for-production.md) +6. [Tips for moving deployments](docs/tips-for-moving-deployments.md) ## Development Setup diff --git a/docs/environment-variables.md b/docs/environment-variables.md index 943db4fc..3aa2e7cc 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -20,3 +20,7 @@ These variables are set on every container start. Change in these variables will - `FRAPPE_SOCKETIO`: SocketIO host to reverse proxy. Default: 0.0.0.0 - `SOCKETIO_PORT`: SocketIO port to reverse proxy. Default: 9000 - `HTTP_TIMEOUT`: Nginx http timeout. Default: 120 + +### frappe-socketio + +This container takes configuration from `common_site_config.json` which is already created by erpnext gunicorn container. It doesn't use any environment variables.