From 84569ea158446a32e4622c2a31e9376127c7e1bb Mon Sep 17 00:00:00 2001 From: Hardik Zinzuvadiya <25708027+Z4nzu@users.noreply.github.com> Date: Sat, 3 Jun 2023 10:44:33 +0530 Subject: [PATCH] Fix typo in PROXY_READ_TIMEOUT in .env and pwd.yaml (#1146) * Fix typo in PROXY_READ_TIMEOUT in pwd.yaml * Fix typo in PROXY_READ_TIMEOUT in example.env --- example.env | 2 +- pwd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/pwd.yml b/pwd.yml index 7a7f619f..e76df870 100644 --- a/pwd.yml +++ b/pwd.yml @@ -103,7 +103,7 @@ services: UPSTREAM_REAL_IP_ADDRESS: 127.0.0.1 UPSTREAM_REAL_IP_HEADER: X-Forwarded-For UPSTREAM_REAL_IP_RECURSIVE: "off" - PROXY_READ_TIMOUT: 120 + PROXY_READ_TIMEOUT: 120 CLIENT_MAX_BODY_SIZE: 50m volumes: - sites:/home/frappe/frappe-bench/sites