[trafficserver] branch max-life-logs deleted (was 4b620b5)

2019-07-17 Thread gancho
This is an automated email from the ASF dual-hosted git repository.

gancho pushed a change to branch max-life-logs
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


 was 4b620b5  Options to roll empty logs and log trimming

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[trafficserver] branch master updated: Cleanup and link references to sni.yaml

2019-07-17 Thread rrm
This is an automated email from the ASF dual-hosted git repository.

rrm 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 ad7bfc4  Cleanup and link references to sni.yaml
ad7bfc4 is described below

commit ad7bfc4deadb73fef3301afb9a605e0da5cb9426
Author: Randall Meyer 
AuthorDate: Tue Jul 16 13:35:50 2019 -0700

Cleanup and link references to sni.yaml
---
 doc/admin-guide/files/records.config.en.rst | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index fd965b0..a73b01c 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -3308,9 +3308,9 @@ Client-Related Configuration
Configures |TS| to verify the origin server certificate
with the Certificate Authority (CA). This configuration takes a value of 
:code:`DISABLED`, :code:`PERMISSIVE`, or :code:`ENFORCED`
 
-   You can override this global setting on a per domain basis in the sni.yaml 
file using the :ref:`verify_server_policy 
attribute`.
+   You can override this global setting on a per domain basis in the 
:file:`sni.yaml` file using the :ref:`verify_server_policy 
attribute`.
 
-   You can also override via the conf_remap plugin. Those changes will take 
precedence over the changes in sni.yaml.
+   You can also override via the conf_remap plugin. Those changes will take 
precedence over the changes in :file:`sni.yaml`.
 
 :code:`DISABLED`
Server Certificate will not be verified
@@ -3325,9 +3325,9 @@ Client-Related Configuration
 
Configures |TS| for what the default verify callback should check during 
origin server verification.
 
-   You can override this global setting on a per domain basis in the 
ssl_servername.yaml file using the :ref:`verify_server_properties 
attribute`.
+   You can override this global setting on a per domain basis in the 
:file:`sni.yaml` file using the :ref:`verify_server_properties 
attribute`.
 
-   You can also override via the conf_remap plugin. Those changes will take 
precedence over the changes in sni.yaml.
+   You can also override via the conf_remap plugin. Those changes will take 
precedence over the changes in .:file:`sni.yaml`
 
 :code:`NONE`
Check nothing in the standard callback.  Rely entirely on plugins to check 
the certificate.
@@ -3348,7 +3348,7 @@ Client-Related Configuration
Configures |TS| to verify the origin server certificate
with the Certificate Authority (CA). This configuration takes a value 
between 0 to 2.
 
-   You can override this global setting on a per domain basis in the 
ssl_servername.yaml file using the :ref:`verify_origin_server 
attribute`.
+   You can override this global setting on a per domain basis in the 
:file:`sni.yaml` file using the :ref:`verify_origin_server 
attribute`.
 
:0: Server Certificate will not be verified
:1: Certificate will be verified and the connection will not be established 
if verification fail