Immich: Update sol-auth httpd.conf cm 6

This commit is contained in:
Ruben Hensen
2024-12-15 23:58:52 +01:00
parent bdb79292d9
commit f9b7f2f7ec
+1 -1
View File
@@ -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/