From a7bbc50ac173b7435d62ca61b0b74409873e4fd4 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Sat, 27 Nov 2021 22:51:21 +0100 Subject: [PATCH] Fix link to sanic docs --- deployment/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/README.md b/deployment/README.md index 442b7d0..fee0460 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -79,10 +79,10 @@ configuration of the keycloak). Do not forget to generate a secure secret string. Also set `PROXIES_COUNT = 1` in your config, even if that option is not -included in the example file. Read the [sanic -docs](https://sanic.readthedocs.io/en/v20.12.3/sanic/config.html) for why this -needs to be done. If your reverse proxy supports it, you can also use a -forwarded secret to secure your proxy target from spoofing. This is not +included in the example file. Read the +[sanic docs](https://sanicframework.org/en/guide/advanced/proxy-headers.html) +for why this needs to be done. If your reverse proxy supports it, you can also +use a forwarded secret to secure your proxy target from spoofing. This is not required if your application server does not listen on a public interface, but it is recommended anyway, if possible.