mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
Immich: Update sol-auth httpd.conf cm 11
This commit is contained in:
@@ -96,7 +96,7 @@ data:
|
|||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
||||||
RewriteCond %{HTTP:Connection} upgrade [NC]
|
RewriteCond %{HTTP:Connection} upgrade [NC]
|
||||||
RewriteRule ^/?(.*) "ws://localhost:3000/$1" [P,L]
|
RewriteRule ^/?(.*) "wss://localhost:3000/$1" [P,L]
|
||||||
|
|
||||||
# must be bigger than pingInterval (25s by default) + pingTimeout (20s by default)
|
# must be bigger than pingInterval (25s by default) + pingTimeout (20s by default)
|
||||||
ProxyTimeout 60
|
ProxyTimeout 60
|
||||||
|
|||||||
Reference in New Issue
Block a user