Skip to content

Commit 63cb099

Browse files
committed
Merge pull request #129 from wideawake/patch-1
Update nginx-configuration.rst
2 parents 1e0a515 + e7a0768 commit 63cb099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nginx-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When we interact with the cache to purge/refresh entries we must send to Nginx a
1414
the very same values, for the elements used for building the key, as the request that create the entry.
1515
In this way Nginx can build the correct key and apply the required operation to the entry.
1616

17-
By default Nginx key is build with `$scheme$proxy_host$request_uri`. For a full list of the elements
17+
By default Nginx key is built with `$scheme$proxy_host$request_uri`. For a full list of the elements
1818
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>`_
1919

2020
Purge

0 commit comments

Comments
 (0)