From db4e378972f82d5057dca7fd21781ea6f1f8596a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sch=C3=B6nberg?= Date: Tue, 10 Feb 2026 15:46:30 +0100 Subject: [PATCH] Remove httpRoot parameter --- docs/user-guide/runtime/configuration.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/user-guide/runtime/configuration.md b/docs/user-guide/runtime/configuration.md index 7cb446bb..95f00497 100644 --- a/docs/user-guide/runtime/configuration.md +++ b/docs/user-guide/runtime/configuration.md @@ -79,9 +79,6 @@ httpNodeRoot httpNodeAuth : enables HTTP Basic Authentication. See `httpAdminAuth` for format. -httpRoot -: this sets the root url for both admin and node endpoints. It overrides the values set by `httpAdminRoot` and `httpNodeRoot`. - https : enables https, with the specified options object, as defined [here](https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener).