Fix a small mistake in Traefik Docs

Signed-off-by: Zxhir <98621617+Imzxhir@users.noreply.github.com>
This commit is contained in:
Zxhir
2023-09-03 15:52:10 +01:00
committed by GitHub
parent 8b9a87b893
commit 91618de5a7

View File

@@ -541,7 +541,7 @@ The examples below define the dynamic configuration in YAML files. If you rather
http:
routers:
nextcloud:
rule: "Host(<your-nextcloud-domain>)"
rule: "Host(`<your-nextcloud-domain>`)"
entrypoints:
- "https"
service: nextcloud