File: test.vcl

package info (click to toggle)
libvmod-redis 21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 884 kB
  • sloc: ansic: 4,445; sh: 279; makefile: 51; ruby: 36
file content (9 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

vcl 4.0;

import redis;

backend default {
        .host = "[::1]";
        .port = "80";
}