mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-22 21:06:45 +08:00
Remove the reference to an unknown middleware
Signed-off-by: hunhejj <hunhejj@gmail.com>
This commit is contained in:
parent
8984a7063b
commit
55047a9da7
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue