mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-25 07:00:53 +08:00
Merge pull request #3296 from Imzxhir/patch-1
Fix a small mistake in Traefik Docs
This commit is contained in:
commit
422b1d4922
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:
|
||||
routers:
|
||||
nextcloud:
|
||||
rule: "Host(<your-nextcloud-domain>)"
|
||||
rule: "Host(`<your-nextcloud-domain>`)"
|
||||
entrypoints:
|
||||
- "https"
|
||||
service: nextcloud
|
||||
|
|
Loading…
Reference in a new issue