Add chain middleware exemple
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5456ce68ef
commit
1fccb6896e
1 changed files with 13 additions and 0 deletions
|
|
@ -7,6 +7,19 @@ data:
|
||||||
traefik-middlewares.yaml: |
|
traefik-middlewares.yaml: |
|
||||||
http:
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
|
test_chain:
|
||||||
|
chain:
|
||||||
|
middlewares:
|
||||||
|
- rate-limit
|
||||||
|
- security_headers
|
||||||
|
{% if ingress_whitelist is defined %}
|
||||||
|
- traefik-ipwhitelist
|
||||||
|
{% endif %}
|
||||||
|
- compress
|
||||||
|
{% if basic_auth|bool %}
|
||||||
|
- basic-auth
|
||||||
|
{% endif %}
|
||||||
|
- authelia
|
||||||
compress:
|
compress:
|
||||||
compress:
|
compress:
|
||||||
excludedContentTypes: ["text/event-stream"]
|
excludedContentTypes: ["text/event-stream"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue