From 9c00d7bbe070b88854ec549fc7ab50991472a260 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 15:07:20 +0100 Subject: [PATCH] Immich: rewrite /photos to /sharing 6 --- immich/httpd.conf-cm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index 5053d81..08998b9 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -68,6 +68,8 @@ data: AllowEncodedSlashes NoDecode ProxyPreserveHost Off + ProxyPass /photos http://helm-immich-server:2283/sharing + ProxyPassReverse /photos http://helm-immich-server:2283/sharing ProxyPass / http://helm-immich-server:2283/ ProxyPassReverse / http://helm-immich-server:2283/ RewriteEngine on