From 893e9bfa9d492adaaf9fd78af3418e89eb704da9 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 15:25:23 +0100 Subject: [PATCH] Immich: revert rewrite trash, archive, user-settings and utilities --- immich/httpd.conf-cm.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index 9b906ea..5952210 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -70,13 +70,7 @@ data: RewriteEngine on RewriteRule ^/?photos/?$ /sharing [R=301,L] - RewriteRule ^/?user-settings/?$ /sharing [R=301,L] - RewriteRule ^/?trash/?$ /sharing [R=301,L] - RewriteRule ^/?archive/?$ /sharing [R=301,L] - RewriteRule ^/?utilities/?$ /sharing [R=301,L] - # 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