Home Frappe/ERPNext How to setup HTTP Timeout in Frappe

How to setup HTTP Timeout in Frappe

by karani

Update Bench Config

bench config http_timeout <value>
bench setup supervisor
bench setup nginx

Restart Services

Kindly note that this needs to be done as root. If you are not the root user, add sudo at the beginning of every command.

supervisorctl reload
service nginx reload

You may also like