Merge pull request #1726 from hunhejj/patch-2

Remove the reference to an unknown middleware
This commit is contained in:
Simon L 2023-01-11 18:45:30 +01:00 committed by GitHub
commit 49db3868ef
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
[http.middlewares.chain-nc]
[http.middlewares.chain-nc.chain]
middlewares = [ "middlewares-rate-limit", "nc-middlewares-secure-headers"]
middlewares = [ "nc-middlewares-secure-headers"]
```
---