Update min_security middleware
This commit is contained in:
parent
24d977621b
commit
0dcdedf829
1 changed files with 2 additions and 0 deletions
|
|
@ -16,10 +16,12 @@ data:
|
|||
{% endif %}
|
||||
- rate-limit
|
||||
- compress
|
||||
{% if false %}
|
||||
{% if basic_auth|bool %}
|
||||
- basic-auth
|
||||
{% endif %}
|
||||
- authelia
|
||||
{% endif %}
|
||||
compress:
|
||||
compress:
|
||||
excludedContentTypes: ["text/event-stream"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue