Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 525 Bytes

Local.md

File metadata and controls

28 lines (22 loc) · 525 Bytes

Local

Uses a defined set of Hosts from the config and purges the URL list from each Cache Server e.g. Apache Traffic Server or Varnish Cache

Hooks

  • proxy_purge

Configuration

plugins:
  local:
    hosts: 
      - cache1.mydomain.com
      - cache2.mydomain.com
    use_ssh: false

hosts

This defines an array of Hosts to send the purge request

  • Type: Array

use_ssh

This enables a SSH-Wrapper to run the purge request locally on the Cache Server

  • Type: Boolean