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 %}
|
{% endif %}
|
||||||
- rate-limit
|
- rate-limit
|
||||||
- compress
|
- compress
|
||||||
|
{% if false %}
|
||||||
{% if basic_auth|bool %}
|
{% if basic_auth|bool %}
|
||||||
- basic-auth
|
- basic-auth
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- authelia
|
- authelia
|
||||||
|
{% endif %}
|
||||||
compress:
|
compress:
|
||||||
compress:
|
compress:
|
||||||
excludedContentTypes: ["text/event-stream"]
|
excludedContentTypes: ["text/event-stream"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue