This is an automated email from the ASF dual-hosted git repository.
amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 649f4e0 volume.config doesn't differentiate http/https
649f4e0 is described below
commit 649f4e01d562d9cb850ec92f69ed1a5eefa5c51a
Author: Miles Libbey <[email protected]>
AuthorDate: Thu Jun 1 14:49:21 2017 -0700
volume.config doesn't differentiate http/https
---
doc/admin-guide/files/volume.config.en.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/admin-guide/files/volume.config.en.rst
b/doc/admin-guide/files/volume.config.en.rst
index ebbce70..b60fc3a 100644
--- a/doc/admin-guide/files/volume.config.en.rst
+++ b/doc/admin-guide/files/volume.config.en.rst
@@ -65,5 +65,4 @@ The following example partitions the cache evenly between
HTTP and HTTPS
requests::
volume=1 scheme=http size=50%
- volume=2 scheme=https size=50%
-
+ volume=2 scheme=http size=50%
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].