File: test.vcl

package info (click to toggle)
libvmod-redis 15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 852 kB
  • sloc: ansic: 4,382; sh: 257; makefile: 62; ruby: 37
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";
}