From c7f709a9fd7cd8232664afbf2755c0a31604f483 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 16 Dec 2024 00:06:42 +0100 Subject: [PATCH] Immich: Update sol-auth httpd.conf cm 9 --- immich/httpd.conf-cm.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/immich/httpd.conf-cm.yml b/immich/httpd.conf-cm.yml index 1809cfc..2901e6a 100644 --- a/immich/httpd.conf-cm.yml +++ b/immich/httpd.conf-cm.yml @@ -93,14 +93,14 @@ data: RewriteCond %{QUERY_STRING} transport=websocket [NC] # 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 /api/socket.io/ wss://helm-immich-server:2283/api/socket.io/ + ProxyPassReverse /api/socket.io/ wss://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/ - + # + # 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 "*"