docs(frappe-nginx): configurable nginx http timeout

[skip travis]
This commit is contained in:
Revant Nandgaonkar
2021-01-04 18:45:42 +05:30
parent 6204941a5d
commit 092348d748
2 changed files with 7 additions and 2 deletions

View File

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