Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/nginx-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When we interact with the cache to purge/refresh entries we must send to Nginx a
the very same values, for the elements used for building the key, as the request that create the entry.
In this way Nginx can build the correct key and apply the required operation to the entry.

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
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>`_

Purge
Expand Down