mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Immich: Update sol-auth httpd.conf cm 8
This commit is contained in:
@@ -91,12 +91,16 @@ data:
|
|||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{REQUEST_URI} ^/socket.io [NC]
|
RewriteCond %{REQUEST_URI} ^/socket.io [NC]
|
||||||
RewriteCond %{QUERY_STRING} transport=websocket [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/
|
# ProxyPass /api/socket.io ws://helm-immich-server:2283/api/socket.io/
|
||||||
# ProxyPassReverse /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/
|
ProxyPass / http://helm-immich-server:2283/
|
||||||
ProxyPassReverse / http://helm-immich-server:2283/
|
ProxyPassReverse / http://helm-immich-server:2283/
|
||||||
|
<Location "/api/socket.io">
|
||||||
|
ProxyPass wss://helm-immich-server:2283/api/socket.io/
|
||||||
|
ProxyPassReverse wss://helm-immich-server:2283/api/socket.io/
|
||||||
|
</Location>
|
||||||
ProxyRequests off
|
ProxyRequests off
|
||||||
|
|
||||||
Header always set Access-Control-Allow-Origin "*"
|
Header always set Access-Control-Allow-Origin "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user