From 76e538f1b78d671c5b38d5181757cccf4aeece95 Mon Sep 17 00:00:00 2001 From: Ken Bingham Date: Thu, 19 Jan 2023 11:48:15 -0500 Subject: [PATCH] clarify the Host header is needed by the frontend --- docs/v0.3_quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v0.3_quickstart.md b/docs/v0.3_quickstart.md index 465a42fb..f57c5575 100644 --- a/docs/v0.3_quickstart.md +++ b/docs/v0.3_quickstart.md @@ -144,7 +144,7 @@ Now our `zrok` controller is fully configured. ## Configure the Public Frontend -Create `etc/http-frontend.yml`. You must reiterate the pattern you expressed in the public frontend URL template as a `host_match` pattern, and you may change the default address where the frontend will listen for public access requests. The frontend does not provide server TLS, but you may front the server with a reverse proxy. This example will expose the non-TLS listener for the frontend. +Create `etc/http-frontend.yml`. You must reiterate the pattern you expressed in the public frontend URL template as a `host_match` pattern, and you may change the default address where the frontend will listen for public access requests. The frontend does not provide server TLS, but you may front the server with a reverse proxy. It is essential the reverse proxy forwards the `Host` header supplied by the viewer. This example will expose the non-TLS listener for the frontend. ```yaml host_match: zrok.quigley.com