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
commit 422b1d4922
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:
routers:
nextcloud:
rule: "Host(<your-nextcloud-domain>)"
rule: "Host(`<your-nextcloud-domain>`)"
entrypoints:
- "https"
service: nextcloud