It's just proxy_cache

This commit is contained in:
Frank Denis 2019-07-20 22:25:08 +02:00
parent 48ddb237b4
commit abaa8e4da0

View file

@ -90,7 +90,7 @@ location /doh {
This example assumes that the DoH proxy is listening locally to port `3000`.
HTTP caching can be added (see the `proxy_cache_path` and `proxy_cache shortcache` directives in the Nginx documentation), but be aware that a DoH server will quickly create a gigantic amount of files.
HTTP caching can be added (see the `proxy_cache_path` and `proxy_cache` directives in the Nginx documentation), but be aware that a DoH server will quickly create a gigantic amount of files.
Use the online [DNS stamp calculator](https://dnscrypt.info/stamps/) to compute the stamp for your server, and the `dnscrypt-proxy -show-certs` command to print the TLS certificate signatures to be added it.