From 3e456dcb45d01e707a37befb0a6eb04068c484af Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 2 Jan 2025 16:00:53 +0100 Subject: [PATCH] chore: add sub-path warning to reverse proxy docs (#15039) --- docs/docs/administration/reverse-proxy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/administration/reverse-proxy.md b/docs/docs/administration/reverse-proxy.md index 25762ad7f1..06fe3ee5bb 100644 --- a/docs/docs/administration/reverse-proxy.md +++ b/docs/docs/administration/reverse-proxy.md @@ -6,6 +6,10 @@ Users can deploy a custom reverse proxy that forwards requests to Immich. This w The Repair page can take a long time to load. To avoid server timeouts or errors, we recommend specifying a timeout of at least 10 minutes on your proxy server. ::: +:::caution +Immich does not support being served on a sub-path such as `location /immich {`. It has to be served on the root path of a (sub)domain. +::: + ### Nginx example config Below is an example config for nginx. Make sure to set `public_url` to the front-facing URL of your instance, and `backend_url` to the path of the Immich server.