mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
docs(frappe-nginx): configurable nginx http timeout
[skip travis]
This commit is contained in:
parent
6204941a5d
commit
092348d748
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user