From a6701de6b68e16c9a13007eb0ce370cde20fe76c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 16 Dec 2024 00:10:11 +0100 Subject: [PATCH] Immich: Update sol-auth httpd.conf cm 11 --- 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 4cb0aea..4354b7c 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -96,7 +96,7 @@ data: RewriteEngine on RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteCond %{HTTP:Connection} upgrade [NC] - RewriteRule ^/?(.*) "ws://localhost:3000/$1" [P,L] + RewriteRule ^/?(.*) "wss://localhost:3000/$1" [P,L] # must be bigger than pingInterval (25s by default) + pingTimeout (20s by default) ProxyTimeout 60