There was an error while loading. Please reload this page.
1 parent 1e0a515 commit e7a0768Copy full SHA for e7a0768
doc/nginx-configuration.rst
@@ -14,7 +14,7 @@ When we interact with the cache to purge/refresh entries we must send to Nginx a
14
the very same values, for the elements used for building the key, as the request that create the entry.
15
In this way Nginx can build the correct key and apply the required operation to the entry.
16
17
-By default Nginx key is build with `$scheme$proxy_host$request_uri`. For a full list of the elements
+By default Nginx key is built with `$scheme$proxy_host$request_uri`. For a full list of the elements
18
you can use in the key see `this page from the official documentation <http://nginx.org/en/docs/http/ngx_http_core_module.html#variables>`_
19
20
Purge
0 commit comments