From 288f87e5e016c868cbe794faafa1b000d911b53f Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 23:51:41 +0100 Subject: [PATCH] Immich: Update sol-auth httpd.conf cm 3 --- immich/httpd.conf-cm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index 1ee99bc..f26451f 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -93,8 +93,8 @@ data: RewriteCond %{HTTP:Connection} upgrade [NC] RewriteRule ^/?(.*) "wss://helm-immich-server:2283/$1" [P,L] - ProxyPass /api wss://helm-immich-server:2283/api/ - ProxyPassReverse /api wss://helm-immich-server:2283/api/ + ProxyPass /api/socket.io wss://helm-immich-server:2283/api/socket.io/ + ProxyPassReverse /api/socket.io wss://helm-immich-server:2283/api/socket.io/ ProxyPass / http://helm-immich-server:2283/ ProxyPassReverse / http://helm-immich-server:2283/ ProxyRequests off