Fix the middleware name in the Traefik doc

Signed-off-by: hunhejj <hunhejj@gmail.com>
This commit is contained in:
hunhejj 2023-01-11 10:11:09 +01:00 committed by GitHub
parent 32b2e6d2ed
commit 35db5d2467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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