Skip to content

Update nginx-configuration.rst #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2014
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