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