From 67a6ffd92d257dcaf6a4173a6423223bbad5cc2d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 14 Mar 2024 15:42:02 -0300 Subject: tests/lighttpd.conf: add the upgrade header without replacing existing ones --- tests/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf index 2f7f6ca..21f8011 100644 --- a/tests/lighttpd.conf +++ b/tests/lighttpd.conf @@ -30,6 +30,6 @@ index-file.names = ( "index.html" ) $HTTP["url"] =~ "^/api/" { proxy.server = ( "" => (( "host" => var.CWD + "/web.socket" ))) $HTTP["url"] =~ "^/api/socket$" { - proxy.header = ( "upgrade" => "enable" ) + proxy.header += ( "upgrade" => "enable" ) } } -- cgit v1.2.3