This is an automated email from the ASF dual-hosted git repository.

jsime pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 51bee987c09c82ea1c2209824870d354f4d9c788
Author: Jon Sime <[email protected]>
AuthorDate: Mon Aug 22 20:54:11 2016 +0000

    TS-3374: docs: fix first cache.config example rule ordering
---
 doc/admin-guide/files/cache.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/cache.config.en.rst 
b/doc/admin-guide/files/cache.config.en.rst
index c29dfc2..7b4f259 100644
--- a/doc/admin-guide/files/cache.config.en.rst
+++ b/doc/admin-guide/files/cache.config.en.rst
@@ -251,9 +251,9 @@ The following example configures |TS| to revalidate ``gif`` 
and ``jpeg``
 objects in the domain ``mydomain.com`` every 6 hours, and all other objects in
 ``mydomain.com`` every hour. The rules are applied in the order listed. ::
 
+   dest_domain=mydomain.com revalidate=1h
    dest_domain=mydomain.com suffix=gif revalidate=6h
    dest_domain=mydomain.com suffix=jpeg revalidate=6h
-   dest_domain=mydomain.com revalidate=1h
 
 Force a specific regex to be in cache between 7-11pm of the server's time for
 26 hours. ::

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to