3 lines
121 B
Bash
Executable file
3 lines
121 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Ban (purge) all on localhost
|
|
varnishadm -T localhost:6082 "ban req.url ~ ." -S /etc/varnish/secret
|