mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Fix a small mistake in Traefik Docs
Signed-off-by: Zxhir <98621617+Imzxhir@users.noreply.github.com>
This commit is contained in:
parent
8b9a87b893
commit
91618de5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue