From 7609b9b40e1e63219ef6f242eaa740b08a767891 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 16 Dec 2024 00:01:03 +0100 Subject: [PATCH] Immich: Update sol-auth httpd.conf cm 7 --- 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 ca72d8a..afe3f5a 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -91,7 +91,7 @@ data: RewriteEngine on RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] - RewriteRule /(.*) wss://helm-immich-server:2283/$1 [P,L] + RewriteRule ^/api/socket.io/(.*) wss://helm-immich-server:2283/$1 [P,L] # ProxyPass /api/socket.io ws://helm-immich-server:2283/api/socket.io/ # ProxyPassReverse /api/socket.io ws://helm-immich-server:2283/api/socket.io/