mirror of
https://github.com/openziti/zrok.git
synced 2024-11-28 19:14:07 +01:00
Merge pull request #169 from openziti/mention-server-tls
mention server TLS
This commit is contained in:
commit
9db1603b1e
@ -21,7 +21,7 @@ You'll need that generated password (`XO0xHp75uuyeireO2xmmVlK91T7B9fpD`) when bu
|
|||||||
|
|
||||||
## Configure the Controller
|
## Configure the Controller
|
||||||
|
|
||||||
Create a controller configuration file in `etc/ctrl.yml`.
|
Create a controller configuration file in `etc/ctrl.yml`. The controller 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 controller.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# _____ __ ___ | | __
|
# _____ __ ___ | | __
|
||||||
@ -144,7 +144,7 @@ Now our `zrok` controller is fully configured.
|
|||||||
|
|
||||||
## Configure the Public Frontend
|
## 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.
|
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
|
```yaml
|
||||||
host_match: zrok.quigley.com
|
host_match: zrok.quigley.com
|
||||||
|
Loading…
Reference in New Issue
Block a user