From 7b4e36e99028f2a8b67661a5dd18c5bb21897f7e Mon Sep 17 00:00:00 2001 From: Oliver Wipfli Date: Thu, 5 Oct 2023 02:06:20 +0100 Subject: [PATCH] Update nginx config docs (#4346) --- docs/docs/administration/reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/reverse-proxy.md b/docs/docs/administration/reverse-proxy.md index 0b075f0fb3..2debb44a11 100644 --- a/docs/docs/administration/reverse-proxy.md +++ b/docs/docs/administration/reverse-proxy.md @@ -19,7 +19,7 @@ Users can deploy a custom reverse proxy that forwards requests to Immich's rever ### Nginx example config -Below is an example config for nginx: +Below is an example config for nginx. Make sure to include `client_max_body_size 50000M;` also in a `http` block in `/etc/nginx/nginx.conf`. ```nginx server {