You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/05/24 16:28:13 UTC

git commit: Change the docs links to HTTPS (for SPDY :).

Repository: trafficserver
Updated Branches:
  refs/heads/master 7144c2f38 -> ca09fb247


Change the docs links to HTTPS (for SPDY :).


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ca09fb24
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ca09fb24
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ca09fb24

Branch: refs/heads/master
Commit: ca09fb247288f6cb31191502b021e5fad5a78e74
Parents: 7144c2f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat May 24 08:28:04 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat May 24 08:28:04 2014 -0600

----------------------------------------------------------------------
 proxy/config/records.config.default.in | 66 ++++++++++++++---------------
 1 file changed, 33 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ca09fb24/proxy/config/records.config.default.in
----------------------------------------------------------------------
diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in
index c474110..9120089 100644
--- a/proxy/config/records.config.default.in
+++ b/proxy/config/records.config.default.in
@@ -1,12 +1,12 @@
 ##############################################################################
 # *NOTE*: All options covered in this file should be documented in the docs:
 #
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/records.config.en.html
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/records.config.en.html
 ##############################################################################
 
 ##############################################################################
 # Thread configurations. Docs:
-#    http://docs.trafficserver.apache.org/records.config#proxy-config-exec-thread-autoconfig
+#    https://docs.trafficserver.apache.org/records.config#proxy-config-exec-thread-autoconfig
 ##############################################################################
 CONFIG proxy.config.exec_thread.autoconfig INT 1
 CONFIG proxy.config.exec_thread.autoconfig.scale FLOAT 1.5
@@ -15,26 +15,26 @@ CONFIG proxy.config.ssl.number.threads INT 0
 CONFIG proxy.config.accept_threads INT 1
 CONFIG proxy.config.task_threads INT 2
 CONFIG proxy.config.cache.threads_per_disk INT 8
-    # http://docs.trafficserver.apache.org/records.config#proxy-config-exec-thread-affinity
+    # https://docs.trafficserver.apache.org/records.config#proxy-config-exec-thread-affinity
 CONFIG proxy.config.exec_thread.affinity INT 0
 
 ##############################################################################
 # Specify server addresses and ports to bind for HTTP and HTTPS. Docs:
-#    http://docs.trafficserver.apache.org/records.config#proxy-config-http-server-ports
+#    https://docs.trafficserver.apache.org/records.config#proxy-config-http-server-ports
 ##############################################################################
 CONFIG proxy.config.http.server_ports STRING 8080
 
 ##############################################################################
 # Via: headers. Docs:
-#     http://docs.trafficserver.apache.org/records.config#proxy-config-http-insert-response-via-str
+#     https://docs.trafficserver.apache.org/records.config#proxy-config-http-insert-response-via-str
 ##############################################################################
 CONFIG proxy.config.http.insert_request_via_str INT 1
 CONFIG proxy.config.http.insert_response_via_str INT 0
 
 ##############################################################################
 # Parent proxy configuration, in addition to these settings also see parent.config. Docs:
-#    http://docs.trafficserver.apache.org/records.config#parent-proxy-configuration
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/parent.config.en.html
+#    https://docs.trafficserver.apache.org/records.config#parent-proxy-configuration
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/parent.config.en.html
 ##############################################################################
 CONFIG proxy.config.http.parent_proxy_routing_enable INT 0
 CONFIG proxy.config.http.parent_proxy.retry_time INT 300
@@ -43,7 +43,7 @@ CONFIG proxy.config.http.forward.proxy_auth_to_parent INT 0
 
 ##############################################################################
 # HTTP connection timeouts (secs). Docs:
-#    http://docs.trafficserver.apache.org/records.config#http-connection-timeouts
+#    https://docs.trafficserver.apache.org/records.config#http-connection-timeouts
 ##############################################################################
 CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 115
 CONFIG proxy.config.http.keep_alive_no_activity_timeout_out INT 120
@@ -56,7 +56,7 @@ CONFIG proxy.config.net.default_inactivity_timeout INT 86400
 
 ##############################################################################
 # Origin server connect attempts. Docs:
-#    http://docs.trafficserver.apache.org/records.config#origin-server-connect-attempts
+#    https://docs.trafficserver.apache.org/records.config#origin-server-connect-attempts
 ##############################################################################
 CONFIG proxy.config.http.connect_attempts_max_retries INT 6
 CONFIG proxy.config.http.connect_attempts_max_retries_dead_server INT 3
@@ -68,41 +68,41 @@ CONFIG proxy.config.http.down_server.abort_threshold INT 10
 
 ##############################################################################
 # Negative response caching, for redirects and errors. Docs:
-#    http://docs.trafficserver.apache.org/records.config#negative-response-caching
+#    https://docs.trafficserver.apache.org/records.config#negative-response-caching
 ##############################################################################
 CONFIG proxy.config.http.negative_caching_enabled INT 0
 CONFIG proxy.config.http.negative_caching_lifetime INT 1800
 
 ##############################################################################
 # Proxy users variables. Docs:
-#    http://docs.trafficserver.apache.org/records.config#proxy-user-variables
+#    https://docs.trafficserver.apache.org/records.config#proxy-user-variables
 ##############################################################################
 CONFIG proxy.config.http.anonymize_insert_client_ip INT 1
 CONFIG proxy.config.http.insert_squid_x_forwarded_for INT 1
 
 ##############################################################################
 # Security. Docs:
-#    http://docs.trafficserver.apache.org/records.config#security
+#    https://docs.trafficserver.apache.org/records.config#security
 ##############################################################################
 CONFIG proxy.config.http.push_method_enabled INT 0
 
 ##############################################################################
 # Cache control. Docs:
-#    http://docs.trafficserver.apache.org/records.config#cache-control
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/cache.config.en.html
+#    https://docs.trafficserver.apache.org/records.config#cache-control
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/cache.config.en.html
 ##############################################################################
 CONFIG proxy.config.http.cache.ignore_client_cc_max_age INT 1
 CONFIG proxy.config.http.normalize_ae_gzip INT 1
 CONFIG proxy.config.http.cache.cache_responses_to_cookies INT 1
 CONFIG proxy.config.http.cache.cache_urls_that_look_dynamic INT 1
-    # http://docs.trafficserver.apache.org/records.config#proxy-config-http-cache-when-to-revalidate
+    # https://docs.trafficserver.apache.org/records.config#proxy-config-http-cache-when-to-revalidate
 CONFIG proxy.config.http.cache.when_to_revalidate INT 0
-    # http://docs.trafficserver.apache.org/records.config#proxy-config-http-cache-required-headers
+    # https://docs.trafficserver.apache.org/records.config#proxy-config-http-cache-required-headers
 CONFIG proxy.config.http.cache.required_headers INT 2
 
 ##############################################################################
 # Heuristic cache expiration. Docs:
-#    http://docs.trafficserver.apache.org/records.config#heuristic-expiration
+#    https://docs.trafficserver.apache.org/records.config#heuristic-expiration
 ##############################################################################
 CONFIG proxy.config.http.cache.heuristic_min_lifetime INT 3600
 CONFIG proxy.config.http.cache.heuristic_max_lifetime INT 86400
@@ -110,27 +110,27 @@ CONFIG proxy.config.http.cache.heuristic_lm_factor FLOAT 0.10
 
 ##############################################################################
 # Network. Docs:
-#    http://docs.trafficserver.apache.org/records.config#network
+#    https://docs.trafficserver.apache.org/records.config#network
 ##############################################################################
 CONFIG proxy.config.net.connections_throttle INT 30000
 
 ##############################################################################
 # RAM and disk cache configurations. Docs:
-#    http://docs.trafficserver.apache.org/records.config#ram-cache
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/storage.config.en.html
+#    https://docs.trafficserver.apache.org/records.config#ram-cache
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/storage.config.en.html
 ##############################################################################
 CONFIG proxy.config.cache.ram_cache.size INT -1
 CONFIG proxy.config.cache.ram_cache_cutoff INT 4194304
-    # http://docs.trafficserver.apache.org/records.config#proxy-config-cache-limits-http-max-alts
+    # https://docs.trafficserver.apache.org/records.config#proxy-config-cache-limits-http-max-alts
 CONFIG proxy.config.cache.limits.http.max_alts INT 5
-    # http://docs.trafficserver.apache.org/records.config#proxy-config-cache-max-doc-size
+    # https://docs.trafficserver.apache.org/records.config#proxy-config-cache-max-doc-size
 CONFIG proxy.config.cache.max_doc_size INT 0
 CONFIG proxy.config.cache.min_average_object_size INT 8000
 
 ##############################################################################
 # Logging Config. Docs:
-#    http://docs.trafficserver.apache.org/records.config#logging-configuration
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/logs_xml.config.en.html
+#    https://docs.trafficserver.apache.org/records.config#logging-configuration
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/logs_xml.config.en.html
 ##############################################################################
 CONFIG proxy.config.log.logging_enabled INT 3
 CONFIG proxy.config.log.max_space_mb_for_logs INT 25000
@@ -144,31 +144,31 @@ CONFIG proxy.config.log.auto_delete_rolled_files INT 1
 
 ##############################################################################
 # These settings control remapping, and if the proxy allows (open) forward proxy or not. Docs:
-#    http://docs.trafficserver.apache.org/records.config#url-remap-rules
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/remap.config.en.html
+#    https://docs.trafficserver.apache.org/records.config#url-remap-rules
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/remap.config.en.html
 ##############################################################################
 CONFIG proxy.config.url_remap.remap_required INT 1
-    # http://docs.trafficserver.apache.org/records.config#proxy-config-url-remap-pristine-host-hdr
+    # https://docs.trafficserver.apache.org/records.config#proxy-config-url-remap-pristine-host-hdr
 CONFIG proxy.config.url_remap.pristine_host_hdr INT 0
 
 ##############################################################################
 # SSL Termination. Docs:
-#    http://docs.trafficserver.apache.org/records.config#client-related-configuration
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/ssl_multicert.config.en.html
+#    https://docs.trafficserver.apache.org/records.config#client-related-configuration
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/ssl_multicert.config.en.html
 ##############################################################################
 CONFIG proxy.config.ssl.client.verify.server INT 0
 CONFIG proxy.config.ssl.client.CA.cert.filename STRING NULL
 
 ##############################################################################
 # ICP Configuration. Docs:
-#    http://docs.trafficserver.apache.org/records.config#icp-configuration
-#    http://docs.trafficserver.apache.org/en/latest/reference/configuration/icp.config.en.html
+#    https://docs.trafficserver.apache.org/records.config#icp-configuration
+#    https://docs.trafficserver.apache.org/en/latest/reference/configuration/icp.config.en.html
 ##############################################################################
 CONFIG proxy.config.icp.enabled INT 0
 
 ##############################################################################
 # Debugging. Docs:
-#    http://docs.trafficserver.apache.org/records.config#diagnostic-logging-configuration
+#    https://docs.trafficserver.apache.org/records.config#diagnostic-logging-configuration
 ##############################################################################
 CONFIG proxy.config.diags.debug.enabled INT 0
 CONFIG proxy.config.diags.debug.tags STRING http.*|dns.*
@@ -186,7 +186,7 @@ CONFIG proxy.config.output.logfile STRING traffic.out
 
 ##############################################################################
 # Cluster Subsystem. Docs:
-#    http://docs.trafficserver.apache.org/records.config#cluster
+#    https://docs.trafficserver.apache.org/records.config#cluster
 ##############################################################################
 LOCAL proxy.local.cluster.type INT 3
 CONFIG proxy.config.cluster.ethernet_interface STRING @default_loopback_iface@