mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-08 22:57:55 +08:00
Merge pull request #1719 from hunhejj/patch-1
Fix the middleware name in the Traefik doc
This commit is contained in:
commit
8984a7063b
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"]
|
||||
rule = "Host(<your-nc-domain>)"
|
||||
service = "nc-svc"
|
||||
middlewares = ["chain-no-auth"]
|
||||
middlewares = ["chain-nc"]
|
||||
[http.routers.nc-rtr.tls]
|
||||
certresolver = "le"
|
||||
|
||||
|
|
Loading…
Reference in a new issue