Merge pull request #3296 from Imzxhir/patch-1

Fix a small mistake in Traefik Docs
This commit is contained in:
Simon L
2023-09-04 10:29:25 +02:00
committed by GitHub

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