Guest User

middlewares-chains.yml

a guest
Sep 20th, 2020
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. http:
  2. middlewares:
  3. chain-no-auth:
  4. chain:
  5. middlewares:
  6. - middlewares-rate-limit
  7. - middlewares-secure-headers
  8.  
  9. chain-authelia:
  10. chain:
  11. middlewares:
  12. - middlewares-rate-limit
  13. - middlewares-secure-headers
  14. - middlewares-authelia
  15.  
Add Comment
Please, Sign In to add comment