From 1e44ca27faefd53cd335abea03931eb6e74b5d3c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 23:54:04 +0100 Subject: [PATCH] Immich: Update sol-auth httpd.conf cm 4 --- 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 f26451f..1874bb6 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/socket.io wss://helm-immich-server:2283/api/socket.io/ - ProxyPassReverse /api/socket.io wss://helm-immich-server:2283/api/socket.io/ + ProxyPass /api/socket.io ws://helm-immich-server:2283/api/socket.io/ + ProxyPassReverse /api/socket.io ws://helm-immich-server:2283/api/socket.io/ ProxyPass / http://helm-immich-server:2283/ ProxyPassReverse / http://helm-immich-server:2283/ ProxyRequests off