From 4e9cecaf1e069e3d68e59dfff739ccf490d3263b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 16 May 2021 17:25:20 +0100 Subject: [PATCH] docs/running: nginx serves the schema files --- docs/Running-this-software.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index 4be5e70..6ab32d0 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -81,7 +81,8 @@ another file. from the Relay and Monitor in order to send them messages that passed schema checks. 1. `GATEWAY_JSON_SCHEMAS` defines the schemas used for validation. Note - that these are full public URLs which are served by ... + that these are full public URLs which are served by nginx (or whatever + else you're using as the reverse proxy). 1. `GATEWAY_OUTDATED_SCHEMAS` any past schema that is no longer valid. 1. `MONITOR_HTTP_BIND_ADDRESS` and `MONITOR_HTTP_PORT` define where the Monitor listens for web connections to, e.g. the statistics page.