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

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"]
```
---