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 коммит произвёл GitHub
Родитель 8b9a87b893
Коммит 91618de5a7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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