We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e0a515 + e7a0768 commit 63cb099Copy full SHA for 63cb099
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