Fix link to sanic docs

This commit is contained in:
Paul Bienkowski 2021-11-27 22:51:21 +01:00
parent a8a416ca68
commit a7bbc50ac1

View file

@ -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.