From 9a471d80f72e17023daaf8a8533dae183c35430a Mon Sep 17 00:00:00 2001 From: Daniel Weaver Date: Tue, 6 Sep 2022 17:05:38 -0400 Subject: [PATCH] Update README.md (#599) Adding a note to the installation section about reverse proxies being a cause for issues when uploading large files. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4df5094fa..0354fe18b2 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ There are several services that compose Immich: # Installation +NOTE: When using a reverse proxy in front of Immich (such as NGINX), the reverse proxy might require extra configuration to allow large files to be uploaded (such as client_max_body_size in the case of NGINX). + ## Testing One-step installation (not recommended for production) > ⚠️ *This installation method is for evaluating Immich before futher customization to meet the users' needs.*