Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/0fe6e74eb43a4ca9ce73ff5578e73758375a28e9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -20,7 +20,7 @@ However if you're using `path` based routing to differentiate your reverse proxy
If you'd like to access Scrutiny using a path like: `http://example.com/scrutiny/` , then we need a way to configure Scrutiny so that it
understands `http://example.com/scrutiny/api/health` actually means `http://localhost:8080/api/health` .
Thankfully this can be done by changing **two** settings.
Thankfully this can be done by changing **two** settings (both are required) .
1. The webserver has a `web.listen.basepath` key
2. The collectors have a `api.endpoint` key.
@ -52,7 +52,7 @@ api:
# Environmental Variables.
You may also configure these values using the following environmental variables
You may also configure these values using the following environmental variables (both are required).
- `COLLECTOR_API_ENDPOINT=http://localhost:8080/custombasepath`
- `SCRUTINY_WEB_LISTEN_BASEPATH=/custombasepath`