Immich: rewrite trash, archive, user-settings and utilities

This commit is contained in:
Ruben Hensen
2024-12-17 15:18:21 +01:00
parent 036f17ed3c
commit b2429ac5f4
+4
View File
@@ -70,6 +70,10 @@ data:
RewriteEngine on RewriteEngine on
RewriteRule ^/?photos/?$ /sharing [R=301,L] 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 # ProxyPass /photos http://helm-immich-server:2283/sharing
# ProxyPassReverse /photos http://helm-immich-server:2283/sharing # ProxyPassReverse /photos http://helm-immich-server:2283/sharing