Immich: Update sol-auth httpd.conf cm 7

This commit is contained in:
Ruben Hensen
2024-12-16 00:01:03 +01:00
parent f9b7f2f7ec
commit 7609b9b40e
+1 -1
View File
@@ -91,7 +91,7 @@ data:
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/socket.io [NC]
RewriteCond %{QUERY_STRING} transport=websocket [NC]
RewriteRule /(.*) 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/