Remove the reference to an unknown middleware

Signed-off-by: hunhejj <hunhejj@gmail.com>
This commit is contained in:
hunhejj 2023-01-11 18:40:46 +01:00 committed by GitHub
parent 8984a7063b
commit 55047a9da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -390,7 +390,7 @@ Of course you need to modify `<your-nc-domain>` to the domain on which you want
```toml ```toml
[http.middlewares.chain-nc] [http.middlewares.chain-nc]
[http.middlewares.chain-nc.chain] [http.middlewares.chain-nc.chain]
middlewares = [ "middlewares-rate-limit", "nc-middlewares-secure-headers"] middlewares = [ "nc-middlewares-secure-headers"]
``` ```
--- ---