Immich: rewrite /photos to /sharing 6

This commit is contained in:
Ruben Hensen
2024-12-17 15:07:20 +01:00
parent c7a31a7577
commit 9c00d7bbe0
+2
View File
@@ -68,6 +68,8 @@ data:
AllowEncodedSlashes NoDecode AllowEncodedSlashes NoDecode
ProxyPreserveHost Off ProxyPreserveHost Off
ProxyPass /photos http://helm-immich-server:2283/sharing
ProxyPassReverse /photos http://helm-immich-server:2283/sharing
ProxyPass / http://helm-immich-server:2283/ ProxyPass / http://helm-immich-server:2283/
ProxyPassReverse / http://helm-immich-server:2283/ ProxyPassReverse / http://helm-immich-server:2283/
RewriteEngine on RewriteEngine on