mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-22 21:06:45 +08:00
Fix the middleware name in the Traefik doc
Signed-off-by: hunhejj <hunhejj@gmail.com>
This commit is contained in:
parent
32b2e6d2ed
commit
35db5d2467
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ Of course you need to modify `<your-nc-domain>` to the domain on which you want
|
||||||
entryPoints = ["https"]
|
entryPoints = ["https"]
|
||||||
rule = "Host(<your-nc-domain>)"
|
rule = "Host(<your-nc-domain>)"
|
||||||
service = "nc-svc"
|
service = "nc-svc"
|
||||||
middlewares = ["chain-no-auth"]
|
middlewares = ["chain-nc"]
|
||||||
[http.routers.nc-rtr.tls]
|
[http.routers.nc-rtr.tls]
|
||||||
certresolver = "le"
|
certresolver = "le"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue