From f9847e2d18f0082e77d7f40df92e765e9a16ca25 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 16 Dec 2024 00:11:09 +0100 Subject: [PATCH] Immich: Update sol-auth httpd.conf cm 12 --- 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 4354b7c..173d4dc 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 ^/?(.*) "wss://localhost:3000/$1" [P,L] + RewriteRule ^/?(.*) "wss://helm-immich-server:2283/$1" [P,L] # must be bigger than pingInterval (25s by default) + pingTimeout (20s by default) ProxyTimeout 60