From dae06252dc71d24ce9e7a71f2de7fa66a53c0595 Mon Sep 17 00:00:00 2001 From: Hardik Zinzuvadiya <25708027+Z4nzu@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:41:10 +0530 Subject: [PATCH] Fix typo in PROXY_READ_TIMEOUT in example.env --- example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env b/example.env index 3376223f..17ea6622 100644 --- a/example.env +++ b/example.env @@ -38,7 +38,7 @@ UPSTREAM_REAL_IP_RECURSIVE= # All Values Allowed by nginx proxy_read_timeout are allowed, default value is 120s # Useful if you have longrunning print formats or slow loading sites -PROXY_READ_TIMOUT= +PROXY_READ_TIMEOUT= # All Values allowed by nginx client_max_body_size are allowed, default value is 50m # Necessary if the upload limit in the frappe application is increased