From 58de3509419e2b6f24bf0f890e51d1113deabddf Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Wed, 12 Mar 2025 14:04:46 +0000 Subject: [PATCH] #3110: Remove HTTPS reference. --- .../source/simulation_components/system/services/web_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/simulation_components/system/services/web_server.rst b/docs/source/simulation_components/system/services/web_server.rst index 1794d967..dece2251 100644 --- a/docs/source/simulation_components/system/services/web_server.rst +++ b/docs/source/simulation_components/system/services/web_server.rst @@ -21,7 +21,7 @@ Usage ===== - Install on a Node via the ``SoftwareManager`` to start the `WebServer`. -- Service runs on HTTP port 80 by default. (TODO: HTTPS) +- Service runs on HTTP port 80 by default. - A :ref:`DatabaseClient` must be installed and configured on the same node as the ``WebServer`` if it is intended to send a users request i.e. in the case that the :ref:`WebBrowser` sends a request with users in its request path, the ``WebServer`` will utilise the ``DatabaseClient`` to send a request to the ``DatabaseService``