diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index afe3f5a..1809cfc 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -91,12 +91,16 @@ data: RewriteEngine on RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] - RewriteRule ^/api/socket.io/(.*) wss://helm-immich-server:2283/$1 [P,L] + # RewriteRule ^/api/socket.io/(.*) 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/ ProxyPass / http://helm-immich-server:2283/ ProxyPassReverse / http://helm-immich-server:2283/ + + ProxyPass wss://helm-immich-server:2283/api/socket.io/ + ProxyPassReverse wss://helm-immich-server:2283/api/socket.io/ + ProxyRequests off Header always set Access-Control-Allow-Origin "*"