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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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