mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
Immich: Update sol-auth httpd.conf cm 5
This commit is contained in:
@@ -89,12 +89,12 @@ data:
|
|||||||
ProxyPreserveHost Off
|
ProxyPreserveHost Off
|
||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
RewriteCond %{REQUEST_URI} ^/socket.io [NC]
|
||||||
RewriteCond %{HTTP:Connection} upgrade [NC]
|
RewriteCond %{QUERY_STRING} transport=websocket [NC]
|
||||||
RewriteRule ^/?(.*) "wss://helm-immich-server:2283/$1" [P,L]
|
RewriteRule /(.*) ws://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/
|
||||||
ProxyRequests off
|
ProxyRequests off
|
||||||
|
|||||||
Reference in New Issue
Block a user