From: https://www.google.com/accounts/o8/id?id=AItOawkQLrxPzofXA8FVa5NsbISfnDsU3v9rAEQ <Boris@web>
Date: Fri, 10 Aug 2012 22:17:41 +0000 (-0400)
Subject: (no commit message)
X-Git-Tag: 3.20120725~32^2
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/44ffdd28462b0084ae81934dd8766340b74b3b53?hp=--cc

---

44ffdd28462b0084ae81934dd8766340b74b3b53
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index 35edc1ff7..5c3bb8d51 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -47,6 +47,15 @@ Let's see a table:
 Heading 1|Heading 2|Heading 3
 Item 1| Item 2| Item 3"""]]
 
+    location / {
+     proxy_pass http://test.ashep:80;
+     proxy_cache default;
+     proxy_cache_valid 200 302 10m;
+     proxy_cache_valid 404 1m;
+    }
+
+
+
 
 Numbered list