From e7a07686cf6eb46db8b805513776c45231a5fb45 Mon Sep 17 00:00:00 2001 From: francesco donzello Date: Sun, 12 Oct 2014 09:06:08 +0200 Subject: [PATCH] Update nginx-configuration.rst typo --- doc/nginx-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nginx-configuration.rst b/doc/nginx-configuration.rst index 82b6a86d..4f9c9b73 100644 --- a/doc/nginx-configuration.rst +++ b/doc/nginx-configuration.rst @@ -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 `_ Purge