You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by gi...@apache.org on 2017/12/05 14:52:38 UTC

[2/2] incubator-trafficcontrol-website git commit: Update docs from commit d611ad9b71148bfb6e61028d0b30fe5c62fc865f

Update docs from commit d611ad9b71148bfb6e61028d0b30fe5c62fc865f


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/c055e9db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/c055e9db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/c055e9db

Branch: refs/heads/asf-site
Commit: c055e9dbe1cf172997b654f0752d9b912e253c79
Parents: 795170b
Author: jenkins <bu...@apache.org>
Authored: Tue Dec 5 14:52:35 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Tue Dec 5 14:52:35 2017 +0000

----------------------------------------------------------------------
 docs/master/_sources/admin/traffic_ops/installation.rst.txt      | 2 +-
 .../development/traffic_ops_api/v12/deliveryservice.rst.txt      | 4 ++++
 docs/master/admin/traffic_ops/installation.html                  | 2 +-
 docs/master/searchindex.js                                       | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/c055e9db/docs/master/_sources/admin/traffic_ops/installation.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/admin/traffic_ops/installation.rst.txt b/docs/master/_sources/admin/traffic_ops/installation.rst.txt
index 974eb71..060128e 100644
--- a/docs/master/_sources/admin/traffic_ops/installation.rst.txt
+++ b/docs/master/_sources/admin/traffic_ops/installation.rst.txt
@@ -54,7 +54,7 @@ To begin the install:
 
     host  all   all     99.33.99.1/32 md5
 
-  to the appropriate section of this file. Edit the ``/var/lib/pgsql/9.6/data/postgresql.conf`` file to add the approriate listen_addresses or ``listen_addresses = '*'``,  and start the database: ::
+  to the appropriate section of this file. Edit the ``/var/lib/pgsql/9.6/data/postgresql.conf`` file to add the approriate listen_addresses or ``listen_addresses = '*'``, set ``timezone = 'UTC'``,  and start the database: ::
 
     pg-$ exit
     pg-# systemctl enable postgresql-9.6

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/c055e9db/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt b/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
index d4c067b..2884a4b 100644
--- a/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
+++ b/docs/master/_sources/development/traffic_ops_api/v12/deliveryservice.rst.txt
@@ -2142,11 +2142,13 @@ URL Sig Keys
   | protocol               | yes|no   | - 0: serve with http:// at EDGE                                                                         |
   |                        |          | - 1: serve with https:// at EDGE                                                                        |
   |                        |          | - 2: serve with both http:// and https:// at EDGE                                                       |
+  |                        |          |                                                                                                         |
   |                        |          | Required for DNS*, HTTP* or *STEERING* delivery services.                                               |
   +------------------------+----------+---------------------------------------------------------------------------------------------------------+
   | qstringIgnore          | yes|no   | - 0: no special query string handling; it is for use in the cache-key and pass up to origin.            |
   |                        |          | - 1: ignore query string in cache-key, but pass it up to parent and or origin.                          |
   |                        |          | - 2: drop query string at edge, and do not use it in the cache-key.                                     |
+  |                        |          |                                                                                                         |
   |                        |          | Required for DNS* and HTTP* delivery services.                                                          |
   +------------------------+----------+---------------------------------------------------------------------------------------------------------+
   | rangeRequestHandling   | yes|no   | How to treat range requests (required for DNS* and HTTP* delivery services):                            |
@@ -2550,11 +2552,13 @@ URL Sig Keys
   | protocol               | yes|no   | - 0: serve with http:// at EDGE                                                                         |
   |                        |          | - 1: serve with https:// at EDGE                                                                        |
   |                        |          | - 2: serve with both http:// and https:// at EDGE                                                       |
+  |                        |          |                                                                                                         |
   |                        |          | Required for DNS*, HTTP* or *STEERING* delivery services.                                               |
   +------------------------+----------+---------------------------------------------------------------------------------------------------------+
   | qstringIgnore          | yes|no   | - 0: no special query string handling; it is for use in the cache-key and pass up to origin.            |
   |                        |          | - 1: ignore query string in cache-key, but pass it up to parent and or origin.                          |
   |                        |          | - 2: drop query string at edge, and do not use it in the cache-key.                                     |
+  |                        |          |                                                                                                         |
   |                        |          | Required for DNS* and HTTP* delivery services.                                                          |
   +------------------------+----------+---------------------------------------------------------------------------------------------------------+
   | rangeRequestHandling   | yes|no   | How to treat range requests (required for DNS* and HTTP* delivery services):                            |

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/c055e9db/docs/master/admin/traffic_ops/installation.html
----------------------------------------------------------------------
diff --git a/docs/master/admin/traffic_ops/installation.html b/docs/master/admin/traffic_ops/installation.html
index 4ea665d..0738c10 100644
--- a/docs/master/admin/traffic_ops/installation.html
+++ b/docs/master/admin/traffic_ops/installation.html
@@ -227,7 +227,7 @@ pg-$ /usr/pgsql-9.6/bin/initdb -A md5 -W #-W forces the user to provide a superu
 <div class="highlight-none"><div class="highlight"><pre>host  all   all     99.33.99.1/32 md5
 </pre></div>
 </div>
-<p>to the appropriate section of this file. Edit the <code class="docutils literal"><span class="pre">/var/lib/pgsql/9.6/data/postgresql.conf</span></code> file to add the approriate listen_addresses or <code class="docutils literal"><span class="pre">listen_addresses</span> <span class="pre">=</span> <span class="pre">'*'</span></code>,  and start the database:</p>
+<p>to the appropriate section of this file. Edit the <code class="docutils literal"><span class="pre">/var/lib/pgsql/9.6/data/postgresql.conf</span></code> file to add the approriate listen_addresses or <code class="docutils literal"><span class="pre">listen_addresses</span> <span class="pre">=</span> <span class="pre">'*'</span></code>, set <code class="docutils literal"><span class="pre">timezone</span> <span class="pre">=</span> <span class="pre">'UTC'</span></code>,  and start the database:</p>
 <div class="highlight-none"><div class="highlight"><pre>pg-$ exit
 pg-# systemctl enable postgresql-9.6
 pg-# systemctl start postgresql-9.6