mirror of
https://github.com/openziti/zrok.git
synced 2025-01-18 11:58:17 +01:00
document using vanity subdomains with frontdoor
This commit is contained in:
parent
b887e33a30
commit
9cf4dee896
@ -89,6 +89,14 @@ Save the enable token from the zrok console in the configuration file.
|
|||||||
ZROK_ENABLE_TOKEN="14cbfca9772f"
|
ZROK_ENABLE_TOKEN="14cbfca9772f"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Choose a Subdomain
|
||||||
|
|
||||||
|
This becomes the leading part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`.
|
||||||
|
|
||||||
|
```bash title="/opt/openziti/etc/zrok/zrok-share.env"
|
||||||
|
ZROK_SUBDOMAIN="my-prod-app"
|
||||||
|
```
|
||||||
|
|
||||||
## Use Cases
|
## Use Cases
|
||||||
|
|
||||||
You may change the target for the current backend mode, e.g. `proxy`, by editing the configuration file and restarting the service. The reserved subdomain will remain the same.
|
You may change the target for the current backend mode, e.g. `proxy`, by editing the configuration file and restarting the service. The reserved subdomain will remain the same.
|
||||||
|
Loading…
Reference in New Issue
Block a user