aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sandbox.mdwn9
1 files changed, 9 insertions, 0 deletions
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