mirror of
https://github.com/openziti/zrok.git
synced 2024-11-28 19:14:07 +01:00
21 lines
720 B
YAML
21 lines
720 B
YAML
# Setting the `host_match` setting will cause a `zrok access public` to ignore `Host` headers that do not contain the
|
|
# configured string. This will allow you to let a load balancer access the frontend by IP address for health check
|
|
# purposes, and will allow `Host` headers that match the configured DNS name to be routed through `zrok`.
|
|
#
|
|
host_match: zrok.io
|
|
|
|
#tls:
|
|
# cert_path: "/Path/To/Cert/zrok.crt"
|
|
# key_path: "/Path/To/Cert/zrok.key"
|
|
|
|
#oauth:
|
|
# port: 28080
|
|
# redirect_url: zrok.io
|
|
# hash_key_raw: "test1234test1234"
|
|
# providers:
|
|
# - name: google
|
|
# client_id: <client-id>
|
|
# client_secret: <client-secret>
|
|
# - name: github
|
|
# client_id: <client-id>
|
|
# client_secret: <client-secret> |