From 036f17ed3c09d217eb791c6a6122bea64e5bca95 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 15:16:00 +0100 Subject: [PATCH] Immich: rewrite /photos to /sharing 10 --- immich/httpd.conf-cm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index 6d41edb..9f142b8 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -69,7 +69,7 @@ data: ProxyPreserveHost Off RewriteEngine on - RewriteRule ^photos/?$ /sharing [R=301,L] + RewriteRule ^/?photos/?$ /sharing [R=301,L] # ProxyPass /photos http://helm-immich-server:2283/sharing # ProxyPassReverse /photos http://helm-immich-server:2283/sharing