diff options
-rw-r--r-- | tests/lighttpd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf index dfe395b..2f7f6ca 100644 --- a/tests/lighttpd.conf +++ b/tests/lighttpd.conf @@ -29,4 +29,7 @@ index-file.names = ( "index.html" ) $HTTP["url"] =~ "^/api/" { proxy.server = ( "" => (( "host" => var.CWD + "/web.socket" ))) + $HTTP["url"] =~ "^/api/socket$" { + proxy.header = ( "upgrade" => "enable" ) + } } |