From 5ac162b43c888c10db660581b17fa8cde8469f1b Mon Sep 17 00:00:00 2001 From: syucream Date: Wed, 20 Nov 2013 23:55:34 +0900 Subject: [PATCH 1/5] Fix a typo of storage.config.en.rst --- doc/reference/configuration/storage.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/configuration/storage.config.en.rst b/doc/reference/configuration/storage.config.en.rst index 3aa2fb3fdcf..56709d2c88c 100644 --- a/doc/reference/configuration/storage.config.en.rst +++ b/doc/reference/configuration/storage.config.en.rst @@ -63,7 +63,7 @@ supported. They include - ``K`` Kilobytes (1024 bytes) - ``M`` Megabytes (1024^2 or 1,048,576 bytes) - - ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes + - ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes) - ``T`` Terabytes (1024^4 or 1,099,511,627,776 bytes) From 57c18f2f3677440b02312efcb8cb606f0498622a Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Fri, 22 Nov 2013 02:36:35 +0900 Subject: [PATCH 2/5] fix markup --- doc/admin/reverse-proxy-http-redirects.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/reverse-proxy-http-redirects.en.rst b/doc/admin/reverse-proxy-http-redirects.en.rst index bacc03ecbff..683e423aefe 100644 --- a/doc/admin/reverse-proxy-http-redirects.en.rst +++ b/doc/admin/reverse-proxy-http-redirects.en.rst @@ -247,7 +247,7 @@ Creating Mapping Rules for HTTP Requests To create mapping rules -1. Enter the map and reverse-map rules into the :file`remap.config` file +1. Enter the map and reverse-map rules into the :file:`remap.config` file 2. Run the command :option:`traffic_line -x` to apply the configuration changes. From 445b9e5ac108bff3dd7348a2249ed33de86d2595 Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Sat, 30 Nov 2013 22:22:49 +0900 Subject: [PATCH 3/5] fix numbering --- doc/admin/security-options.en.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/admin/security-options.en.rst b/doc/admin/security-options.en.rst index 6fa3befe636..fb227867736 100644 --- a/doc/admin/security-options.en.rst +++ b/doc/admin/security-options.en.rst @@ -210,7 +210,7 @@ In order to accomplish this, we: .. This numbering is ridiculous. I need to re-read this doc with a fresh mind and re(number|order) it. -2. Edit the following variables in the :ref:`records-config-ssl-termination` section of +1. Edit the following variables in the :ref:`records-config-ssl-termination` section of :file:`records.config`: - :ts:cv:`proxy.config.ssl.auth.enabled` @@ -223,7 +223,7 @@ In order to accomplish this, we: - :ts:cv:`proxy.config.ssl.client.CA.cert.filename` - :ts:cv:`proxy.config.ssl.client.CA.cert.path` -3. Run the command :option:`traffic_line -L` to restart Traffic Server on the +2. Run the command :option:`traffic_line -L` to restart Traffic Server on the local node or :option:`traffic_line -M` to restart Traffic Server on all the nodes in a cluster. From e6fad1094b30aa16feff76ba044802fd876a77aa Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 5 Dec 2013 22:42:23 +0900 Subject: [PATCH 4/5] add closing parenthesis --- doc/reference/configuration/records.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 53831a6d9a9..54a5ee2352a 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -59,7 +59,7 @@ for all ``INT`` type configurations - ``K`` Kilobytes (1024 bytes) - ``M`` Megabytes (1024^2 or 1,048,576 bytes) - - ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes + - ``G`` Gigabytes (1024^3 or 1,073,741,824 bytes) - ``T`` Terabytes (1024^4 or 1,099,511,627,776 bytes) .. note:: From b3f4934d887f00b075a73c56d598befa1b2cdd43 Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 12 Dec 2013 00:32:32 +0900 Subject: [PATCH 5/5] fix typo --- doc/reference/configuration/congestion.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/configuration/congestion.config.en.rst b/doc/reference/configuration/congestion.config.en.rst index 391ca0fe8cb..f62d4f7a9ae 100644 --- a/doc/reference/configuration/congestion.config.en.rst +++ b/doc/reference/configuration/congestion.config.en.rst @@ -118,7 +118,7 @@ The following list shows the possible tags and their allowed values. origin server. *``dead_os_conn_timeout``* {#dead_os_conn_timeout} - Default: ``15`` secondsj + Default: ``15`` seconds. The connection timeout to the congested origin server. *``dead_os_conn_retries``* {#dead_os_conn_retries}