Repository: trafficserver Updated Branches: refs/heads/master ee4b49721 -> e7e8a9084
Add back the reverse_proxy.enabled config Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e7e8a908 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e7e8a908 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e7e8a908 Branch: refs/heads/master Commit: e7e8a9084f030c37a4dde83230748f57c734e844 Parents: ee4b497 Author: Leif Hedstrom <[email protected]> Authored: Wed Oct 8 10:17:13 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed Oct 8 10:17:16 2014 -0600 ---------------------------------------------------------------------- proxy/config/records.config.default.in | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e7e8a908/proxy/config/records.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in index c6e40d6..1f5e082 100644 --- a/proxy/config/records.config.default.in +++ b/proxy/config/records.config.default.in @@ -156,6 +156,8 @@ CONFIG proxy.config.log.auto_delete_rolled_files INT 1 CONFIG proxy.config.url_remap.remap_required INT 1 # https://docs.trafficserver.apache.org/records.config#proxy-config-url-remap-pristine-host-hdr CONFIG proxy.config.url_remap.pristine_host_hdr INT 0 + # https://docs.trafficserver.apache.org/records.config#reverse-proxy +CONFIG proxy.config.reverse_proxy.enabled INT 1 ############################################################################## # SSL Termination. Docs:
