diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index 3476095..ca72d8a 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -91,7 +91,7 @@ data: RewriteEngine on RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] - RewriteRule /(.*) ws://helm-immich-server:2283/$1 [P,L] + RewriteRule /(.*) wss://helm-immich-server:2283/$1 [P,L] # ProxyPass /api/socket.io ws://helm-immich-server:2283/api/socket.io/ # ProxyPassReverse /api/socket.io ws://helm-immich-server:2283/api/socket.io/